boil-cli-tool
Version:
CLI tool - boilerplate template manager and generator
1 lines • 1.92 kB
JSON
{"version":"2.0.1","commands":{"create-function":{"id":"create-function","description":"create a new boilerplate template function","pluginName":"boil-cli-tool","pluginType":"core","aliases":[],"examples":["$ boil create-function timestamp"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"name","description":"template function name"}]},"create":{"id":"create","description":"create a new boilerplate template","pluginName":"boil-cli-tool","pluginType":"core","aliases":[],"examples":["$ boil create person --args name,surname,age","$ boil create person -a name,surname,age"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"args":{"name":"args","type":"option","char":"a","description":"local template args"}},"args":[{"name":"name","description":"template name"}]},"init":{"id":"init","description":"create a new boilerplate directory","pluginName":"boil-cli-tool","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"list":{"id":"list","description":"list all boil commands","pluginName":"boil-cli-tool","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]},"up":{"id":"up","description":"generate boilerplate from one of the templates","pluginName":"boil-cli-tool","pluginType":"core","aliases":[],"examples":["$ boil up component --name App --filetype js","$ boil up component -n App -ft js\n\nrun boil list to see all available boilerplate templates"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[{"name":"template","description":"call up a template defined in the '.boilerplate' directory","required":true}]}}}