UNPKG

ffbt

Version:

Build a Typescript app without pain

1 lines 2.42 kB
{"version":"1.0.0-rc.3","commands":{"build":{"id":"build","description":"create an application bundle (for production, for example)","pluginName":"ffbt","pluginType":"core","aliases":[],"flags":{"env":{"name":"env","type":"option","description":"environment name"},"output":{"name":"output","type":"option","description":"a directory where to put the bundled app"},"buildVersion":{"name":"buildVersion","type":"option","description":"string represents version of the build. Can be used for CI needs"},"analyze":{"name":"analyze","type":"boolean","description":"run bundle analyze tools","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"shows details about the results of running command","allowNo":false}},"args":[{"name":"sources_directory","description":"directory with sources of the application","required":false}]},"dev":{"id":"dev","description":"start developing the application","pluginName":"ffbt","pluginType":"core","aliases":[],"flags":{"server":{"name":"server","type":"boolean","description":"run a development server","allowNo":false},"env":{"name":"env","type":"option","description":"environment name"},"output":{"name":"output","type":"option","description":"a directory where to put the bundled app"},"buildVersion":{"name":"buildVersion","type":"option","description":"string represents version of the build. Can be used for CI needs"},"analyze":{"name":"analyze","type":"boolean","description":"run bundle analyze tools","allowNo":false},"verbose":{"name":"verbose","type":"boolean","description":"shows details about the results of running command","allowNo":false}},"args":[{"name":"sources_directory","description":"directory with sources of the application","required":false}]},"lint":{"id":"lint","description":"lint source code","pluginName":"ffbt","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","description":"shows details about the results of running command","allowNo":false},"fix":{"name":"fix","type":"boolean","description":"fixes linting errors","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"return status code 0 even if there are lint errors","allowNo":false}},"args":[{"name":"linter_type","description":"type of the linter","required":true,"options":["ts","style"]},{"name":"sources_directory","description":"directory with sources of the application","required":true}]}}}