JSPM

  • Created
  • Published
  • Downloads 43
  • Score
    100M100P100Q69233F
  • License MIT

example multi-command CLI built with typescript

Package Exports

  • @anycli/example-multi-ts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@anycli/example-multi-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@anycli/example-multi-ts

example multi-command CLI built with typescript

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Installing @anycli/example-multi-ts

with yarn:

$ yarn global add @anycli/example-multi-ts

or with npm:

$ npm install -g @anycli/example-multi-ts

Usage

$ example-multi-ts COMMAND
running command...
$ example-multi-ts (-v|--version|version)
@anycli/example-multi-ts/0.9.16 (linux-x64) node-v9.5.0
$ example-multi-ts --help [COMMAND]
USAGE
  $ example-multi-ts COMMAND [OPTIONS]
...

Commands

hello

USAGE
  $ example-multi-ts hello [FILE] [OPTIONS]

ARGUMENTS
  FILE  file to output

OPTIONS
  -f, --force
  -n, --name=name  name to print

DESCRIPTION
  Add a longer description here
  ...
  ...

See code: @anycli/example-multi-ts