@carltonj2000/ccaj

Carlton's Scripts

Usage no npm install needed!

<script type="module">
  import carltonj2000Ccaj from 'https://cdn.skypack.dev/@carltonj2000/ccaj';
</script>

README

ccaj

Carlton's Scripts

oclif Version Downloads/week License

Usage

$ npm install -g ccaj
$ ccaj COMMAND
running command...
$ ccaj (-v|--version|version)
ccaj/0.0.2 linux-x64 node-v14.5.0
$ ccaj --help [COMMAND]
USAGE
  $ ccaj COMMAND
...

Commands

ccaj hello [FILE]

describe the command here

USAGE
  $ ccaj hello [FILE]

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

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

See code: src/commands/hello.ts

ccaj help [COMMAND]

display help for ccaj

USAGE
  $ ccaj help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help