laura

0.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i laura

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • kchan