0.2.2 • Published 2 years ago

@motionhungry/crave v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Crave

A project starter CLI

Version License

Usage

$ npm install -g @motionhungry/crave
$ crave COMMAND
running command...
$ crave (--version)
@motionhungry/crave/0.2.2 darwin-arm64 node-v17.5.0
$ crave --help [COMMAND]
USAGE
  $ crave COMMAND
...

Commands

crave help [COMMAND]

Display help for crave.

USAGE
  $ crave help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for crave.

See code: @oclif/plugin-help

crave list [FILE]

List the available templates.

USAGE
  $ crave list [FILE]

DESCRIPTION
  List the available templates.

EXAMPLES
  $ crave list

See code: dist/commands/list.ts

crave start TEMPLATE NAME

Create a new project.

USAGE
  $ crave start [TEMPLATE] [NAME]

ARGUMENTS
  TEMPLATE  The starter template to use.
  NAME      The name of the project.

DESCRIPTION
  Create a new project.

EXAMPLES
  $ crave start rn-design-system my-project

See code: dist/commands/start.ts