ninjacat
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-alpha1 • Public • Published

ninjacat

a netcore rest api generator written with typescript

oclif Build Status Version Codecov Downloads/week License

Usage

$ npm install -g ninjacat
$ ninjacat COMMAND
running command...
$ ninjacat (-v|--version|version)
ninjacat/0.1.0-alpha1 darwin-x64 node-v10.15.2
$ ninjacat --help [COMMAND]
USAGE
  $ ninjacat COMMAND
...

Commands

ninjacat autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ ninjacat autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ ninjacat autocomplete
  $ ninjacat autocomplete bash
  $ ninjacat autocomplete zsh
  $ ninjacat autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

ninjacat cli

Open the ninjacat CLI

USAGE
  $ ninjacat cli

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ ninjacat cli
  ==placeholder==

See code: src/commands/cli.ts

ninjacat hello [FILE]

describe the command here

USAGE
  $ ninjacat hello [FILE]

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

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

See code: src/commands/hello.ts

ninjacat help [COMMAND]

display help for ninjacat

USAGE
  $ ninjacat help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ninjacat init

Initialize a new ninjacat project

USAGE
  $ ninjacat init

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ ninjacat init
  initializing a new ninjacat project

See code: src/commands/init.ts

ninjacat update [CHANNEL]

update the ninjacat CLI

USAGE
  $ ninjacat update [CHANNEL]

See code: @oclif/plugin-update

Prior art

  • Gluegun
  • Strapi

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i ninjacat

Weekly Downloads

3

Version

0.1.0-alpha1

License

MIT

Unpacked Size

75.6 kB

Total Files

72

Last publish

Collaborators

  • phmatray