0.0.2-alpha.10 • Published 5 years ago

@ourchitecture/our-cli v0.0.2-alpha.10

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Ourchitecture CLI

======================

Ourchitecture CLI with plug-ins

oclif Version CircleCI codecov Downloads/week License

Usage

$ npm install -g @ourchitecture/our-cli
$ our COMMAND
running command...
$ our (-v|--version|version)
@ourchitecture/our-cli/0.0.2-alpha.10 linux-x64 node-v12.6.0
$ our --help [COMMAND]
USAGE
  $ our COMMAND
...

Commands

our hello [FILE]

describe the command here

USAGE
  $ our hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ our hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

our help [COMMAND]

display help for our

USAGE
  $ our help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help