0.0.1 • Published 7 years ago

code-cli v0.0.1

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

code-cli

A simple code init tool

源码实现参照vue-cli

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.

$ npm install -g code-cli

Usage

$ code init <template-name> <project-name>

Example:

$ code init webpack my-project

License

MIT