0.0.1 • Published 3 years ago

tsnext v0.0.1

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

tsnext

The TypeScript framework

oclif Version Downloads/week License

Usage

$ npm install -g tsnext
$ tsnext COMMAND
running command...
$ tsnext (-v|--version|version)
tsnext/0.0.0 darwin-x64 node-v14.17.0
$ tsnext --help [COMMAND]
USAGE
  $ tsnext COMMAND
...

Commands

tsnext hello [FILE]

describe the command here

USAGE
  $ tsnext hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ tsnext hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

tsnext help [COMMAND]

display help for tsnext

USAGE
  $ tsnext help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help