0.1.2 • Published 7 years ago

joy-cli v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

joy-cli

scaffolding projects with joy

Installation

Dependencies:

$ npm install joy-cli -g

Usage

$ joy init

You can get help information:

$ joy -h

Command list:

  • joy init|i : Generate a new project
  • joy add|a : Add new repository information
  • joy list|l : Repository list
  • joy delete|d : Delete repository information

Templates

  • joke : webpack + babel-es6 + postcss + stylus

template.json:

{
  "repository": {
    "branch": "description of template project"
  }
}

License

MIT