1.1.0 • Published 7 years ago

oys-cli v1.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

oys-cli(练习MarkDown语法)

A simple CLI for person project developers

Installation

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

 $npm install -g  oys-cli 

Usage

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

Example:

 $oys init webpack my-project

The above command pulls the template form oys-template/webpack,

oys build