@known-as-bmf/tscli
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @known-as-bmf/tscli

Weekly Downloads

13

Version

0.1.9

License

MIT

Unpacked Size

96.2 kB

Total Files

71

Last publish

Collaborators

  • known-as-bmf