0.0.1 • Published 3 years ago

@ryanwarner/cli v0.0.1

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

rw

Ryan Warner's personal CLI tool

oclif Version Downloads/week License

Usage

$ npm install -g @ryanwarner/cli
$ rw COMMAND
running command...
$ rw (-v|--version|version)
@ryanwarner/cli/0.0.1 darwin-x64 node-v14.13.0
$ rw --help [COMMAND]
USAGE
  $ rw COMMAND
...

Commands

rw hello

Describe the command here

USAGE
  $ rw hello

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

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

rw help [COMMAND]

display help for rw

USAGE
  $ rw help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

rw project

Create itermocil config and bash alias for starting a project's dev environment.

USAGE
  $ rw project

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

See code: src/commands/project.js