Skip to content

hreyeslo/custom-elements-cli

Repository files navigation

custom-elements-cli

oclif Version CircleCI Codecov Downloads/week License

Usage

$ npm install -g custom-elements-cli
$ ce COMMAND
running command...
$ ce (-v|--version|version)
custom-elements-cli/0.0.1 darwin-x64 node-v12.14.1
$ ce --help [COMMAND]
USAGE
  $ ce COMMAND
...

Commands

ce hello [FILE]

describe the command here

USAGE
  $ ce hello [FILE]

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

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

See code: src/commands/hello.ts

ce help [COMMAND]

display help for ce

USAGE
  $ ce help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published