0.2.0 • Published 5 years ago

eswin v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

touch

creating files

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g eswin
$ touch COMMAND
running command...
$ touch (-v|--version|version)
eswin/0.2.0 win32-x64 node-v10.13.0
$ touch --help [COMMAND]
USAGE
  $ touch COMMAND
...

Commands

touch add

Describe the command here

USAGE
  $ touch add

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src\commands\add.js

touch delete

Describe the command here

USAGE
  $ touch delete

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src\commands\delete.js

touch help [COMMAND]

display help for touch

USAGE
  $ touch help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help