0.2.3 • Published 7 years ago

bootjs-cli v0.2.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

A command line tool for bootjs

MIT

Global installation

cnpm i bootjs-cli -g

Create a template project

simply run bootjs-cli to get the message as below:

Usage: bootjs-cli [options] [command]

Commands:
  init [options] <project_name>  create a new project

Options:

  -h, --help     output usage information
  -V, --version  output the version number

Examples:
  bootjs-cli init kickstart # Create a project with full kickstart samples.
  bootjs-cli init --template=compact kickstart # Create a compact project with a small sample.
  bootjs-cli init --template=mini kickstart  # Create a minimal bootjs project.
  bootjs-cli init --dir=/proj/kickstart kickstart  # Create a project which specified a target folder.
0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago