1.1.2 • Published 8 years ago

god-cli v1.1.2

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

god-cli npm

Quickly create frontend automation project.

Installation

npm install god-cli -g

Usage

god init <template-name> <project-name>

Example:

god init webpack my-project

Template

List official Templates

god list

currently only support webpack.

Use custom template

repository

The short hand repository string to download the repository from:

  • GitHub - github:owner/name or simply owner/name
  • GitLab - gitlab:owner/name
  • Bitbucket - bitbucket:owner/name
god init owner/name <project-name>