wastrel
v0.0.0
Published
A vagrant clone written in Typescript
Downloads
2
Readme
wastrel
A vagrant clone written in Typescript
Usage
$ npm install -g wastrel
$ wastrel COMMAND
running command...
$ wastrel (-v|--version|version)
wastrel/0.0.0 darwin-x64 node-v12.14.1
$ wastrel --help [COMMAND]
USAGE
$ wastrel COMMAND
...
Commands
wastrel hello [FILE]
describe the command here
USAGE
$ wastrel hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ wastrel hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
wastrel help [COMMAND]
display help for wastrel
USAGE
$ wastrel help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help