Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhike-team/zhike-generator
awesome generator for zhike backend project
https://github.com/zhike-team/zhike-generator
Last synced: 2 months ago
JSON representation
awesome generator for zhike backend project
- Host: GitHub
- URL: https://github.com/zhike-team/zhike-generator
- Owner: zhike-team
- Created: 2016-12-22T02:23:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T02:02:27.000Z (about 5 years ago)
- Last Synced: 2024-10-27T21:14:00.218Z (3 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zhike-generator
awesome generator for zhike backend project
## Install
$ npm install -g zhike-generator
## Usage
*first, enter to your working directory, then run the following command*
$ zhike-generator myapp
or
$ zhike-generator -t express myapp
## Template
+ express
+ koa
+ restifyWelcome to add your favourite to the directory of `templates`.
## ChangeLog
2016.12.27:
1. express模板删除掉bin目录下的init_db和init_config文件
2. bin目录下添加数据库修改的migrate文件,执行数据库修改只需执行npm run migrate即可
2. 添加.eslintrc.js, git commit之前会对代码格式进行相应的检查2017.01.17:
1. 添加koa和restify模板