Skip to content

Lelberto/kaktus-cli

Repository files navigation

kaktus-cli

CLI for the Kaktus framework

Version Downloads/week License

Install

$ npm install -g kaktus-cli
OR
$ npx kaktus-cli ...

Commands

kaktus new APPNAME

Create a new Kaktus application

USAGE
  $ kaktus new APPNAME

ARGUMENTS
  APPNAME  Your application name

OPTIONS
  -h, --help  show help

See code: src/commands/new.ts

kaktus help [COMMAND]

USAGE
  $ kaktus help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help