0.0.0 • Published 8 years ago

laura v0.0.0

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

laura NPM version NPM downloads Build Status

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