jsonp-streaming-tools

tools for setting up my flat files for streaming

oclif Version Codecov Downloads/week License

Usage

$ npm install -g jsonp-streaming-tools
$ code.  COMMAND
running command...
$ code.  (-v|--version|version)
jsonp-streaming-tools/0.1.0 darwin-x64 node-v12.13.1
$ code.  --help [COMMAND]
USAGE
  $ code.  COMMAND
...

Commands

code. hello [FILE]

describe the command here

USAGE
  $ code.  hello [FILE]

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

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

See code: src/commands/hello.ts

code. help [COMMAND]

display help for code.

USAGE
  $ code.  help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help