eggjs/egg-init

Name: egg-init

Owner: egg

Description: Init egg app helper tools

Created: 2016-07-12 10:04:56.0

Updated: 2018-05-21 10:47:08.0

Pushed: 2018-05-04 03:19:28.0

Homepage:

Size: 55

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

egg-init

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Init egg app helper tools.

Install
m i egg-init -g
g-init -h
Create a simple type application
g-init --type simple [dest]
Or select a boilerplate by yourself
g-init dest
ease select a boilerplate type (Use arrow keys)
mple - Simple egg app
ugin - egg plugin
Command
e: egg-init [dir] --type=simple

ons:
type          boilerplate type                                                [string]
dir           target directory                                                [string]
force, -f     force to override directory                                     [boolean]
template      local path to boilerplate                                       [string]
package       boilerplate package name                                        [string]
registry, -r  npm registry, support china/npm/custom, default to auto detect  [string]
silent        don't ask, just use default value                               [boolean]
version       Show version number                                             [boolean]
, --help      Show help                                                       [boolean]
Custom a boilerplate

We use npm package to manager boilerplate, you can follow this steps:

License

MIT


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.