tsnext

The TypeScript framework

Usage no npm install needed!

<script type="module">
  import tsnext from 'https://cdn.skypack.dev/tsnext';
</script>

README

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