laura
v0.0.0
Published
The simplest boilerplate generator in the world.
Downloads
3
Readme
laura
The simplest boilerplate generator in the world.
Install
$ npm install --save laura
Usage
# generate a boilerplate from github repo
$ la awesome-project -s egoist/react-es6 # euqal to github:egoist/react-es6
# or set a prefix
$ la set prefix egoist
$ la awesome-project -s react-es6 # equal to egoist/react-es6
# from gitlab/bitbucket
$ la gitlab:egoist/react-es6
$ la bitbucket:egoist/react-es6
# switch your default repo source
$ la set source gitlab
$ la awesome-project -s egoist/react-es6 # euqal to gitlab:egoist/react-es6
License
MIT © EGOIST