1.0.1 • Published 5 years ago

quickstart.js v1.0.1

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

quickstart

Node.js CLI project creator

oclif Version Downloads/week License

Usage

$ npm install -g quickstart.js
$ quickstart COMMAND
running command...
$ quickstart (-v|--version|version)
quickstart.js/1.0.0 linux-x64 node-v11.2.0
$ quickstart --help [COMMAND]
USAGE
  $ quickstart COMMAND
...

Commands

quickstart create TEMPLATE PROJECTNAME

Create new project from template

USAGE
  $ quickstart create TEMPLATE PROJECTNAME

DESCRIPTION
  Generates a project from the template you
  specified. For a list of all supported templates,
  see https://qjnr.github.io/quickstart#templates

See code: src/commands/create.js

quickstart help [COMMAND]

display help for quickstart

USAGE
  $ quickstart help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help