Typescript build & test CLI
npm install @known-as-bmf/tscli@known-as-bmf/tscli
=====
Typescript build & test CLI




* Usage
* Commands
sh-session
$ npm install -g @known-as-bmf/tscli
$ tscli COMMAND
running command...
$ tscli (-v|--version|version)
@known-as-bmf/tscli/0.1.0 win32-x64 node-v12.18.3
$ tscli --help [COMMAND]
USAGE
$ tscli COMMAND
...
`
Commands
* tscli build
* [tscli help [COMMAND]](#tscli-help-command)
* tscli lint
* tscli test
* tscli watch
tscli build
Build your project
`
USAGE
$ tscli build
OPTIONS
--entry=entry The entry point of your code.
--format=cjs|es The JS format(s) to output.
--output=output Destination folder for the JS output.
`
tscli help [COMMAND]
display help for tscli
`
USAGE
$ tscli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
`
_See code: @oclif/plugin-help_
tscli lint
Lint your project
`
USAGE
$ tscli lint
OPTIONS
--fix Enable auto-fixing linting issues (eslint auto-fix)
`
tscli test
Run your project's tests
`
USAGE
$ tscli test
`
tscli watch
Build your project
`
USAGE
$ tscli watch
OPTIONS
--entry=entry The entry point of your code.
--format=cjs|es The JS format(s) to output.
--output=output Destination folder for the JS output.
``