0.0.1 • Published 3 years ago

xng-deploy-helper v0.0.1

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

xng-deploy-helper

xng deploy helper

oclif Version Downloads/week License

Usage

$ npm install -g xng-deploy-helper
$ xdh COMMAND
running command...
$ xdh (-v|--version|version)
xng-deploy-helper/0.0.1 win32-x64 node-v12.16.2
$ xdh --help [COMMAND]
USAGE
  $ xdh COMMAND
...

Commands

xdh file

this is a hello , you can add the hello target behind of command

USAGE
  $ xdh file

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

DESCRIPTION
  ...
  example:
  $ hello -n sam
  // the export
  $ hello sam from .\src\commands\hello.js

See code: src/commands/file.js

xdh goodbye

Describe the command here

USAGE
  $ xdh goodbye

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/goodbye.js

xdh hello

this is a hello , you can add the hello target behind of command

USAGE
  $ xdh hello

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

DESCRIPTION
  ...
  example:
  $ hello -n sam
  // the export
  $ hello sam from .\src\commands\hello.js

See code: src/commands/hello.js

xdh help [COMMAND]

display help for xdh

USAGE
  $ xdh help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help