shark-odin
v0.0.5
Published
Douyu FED scaffolding tool to code faster
Downloads
10
Readme
odin-cli
A simple CLI for scaffolding odin.js projects.
Installation
Prerequisites: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ npm install -g shark-odin
Usage
$ odin gen <template-name> <project-name>
Example:
$ odin gen webpack my-project
The above command pulls the template from odinjs-templates/webpack, prompts for some information, and generates the project at ./my-project/
.