0.1.9 • Published 3 years ago

@known-as-bmf/tscli v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@known-as-bmf/tscli

Typescript build & test CLI

oclif Version Downloads/week License

Usage

$ 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

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.