Skip to content

leannecornish-ft/leacli

Repository files navigation

leacli

oclif Version Downloads/week License

Usage

$ npm install -g leacli
$ leacli COMMAND
running command...
$ leacli (-v|--version|version)
leacli/0.0.0 darwin-x64 node-v14.16.0
$ leacli --help [COMMAND]
USAGE
  $ leacli COMMAND
...

Commands

leacli hello [FILE]

describe the command here

USAGE
  $ leacli hello [FILE]

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

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

See code: src/commands/hello.ts

leacli help [COMMAND]

display help for leacli

USAGE
  $ leacli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

leacli ins [FILE]

describe the command here

USAGE
  $ leacli ins [FILE]

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

See code: src/commands/ins.ts

leacli stars REPOSITORY

show the github stars on a repository

USAGE
  $ leacli stars REPOSITORY

See code: src/commands/stars.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published