0.0.0 • Published 4 years ago

wastrel v0.0.0

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

wastrel

A vagrant clone written in Typescript

oclif Version Downloads/week License

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