1.0.0 • Published 3 years ago

voompwd v1.0.0

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

voompwd

Voom version of famous bash command pwd

oclif Version Downloads/week License

Usage

$ npm install -g voompwd
$ voompwd COMMAND
running command...
$ voompwd (-v|--version|version)
voompwd/1.0.0 darwin-x64 node-v14.9.0
$ voompwd --help [COMMAND]
USAGE
  $ voompwd COMMAND
...

Commands

voompwd folder

PWDs the current folder

USAGE
  $ voompwd folder

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

See code: src/commands/folder.js

voompwd hello

Says hello and tells you the command to pwd.

USAGE
  $ voompwd hello

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

See code: src/commands/hello.js

voompwd help [COMMAND]

display help for voompwd

USAGE
  $ voompwd help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help