https://github.com/wang-jun-coder/ts-koa-generator
快速创建 ts 版 koa2 应用的工具
https://github.com/wang-jun-coder/ts-koa-generator
Last synced: about 1 year ago
JSON representation
快速创建 ts 版 koa2 应用的工具
- Host: GitHub
- URL: https://github.com/wang-jun-coder/ts-koa-generator
- Owner: wang-jun-coder
- License: mit
- Created: 2019-04-03T06:19:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T07:34:20.000Z (over 6 years ago)
- Last Synced: 2025-02-10T09:37:24.855Z (about 1 year ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-koa-generator
仿照`koa-generator`的快速创建 ts 版 koa2 简单应用的工具
### Installation
```
npm install ts-koa-generator -g
```
### Usage
```
ts-koa project
```
### Command Line Options
```
-v,--version output the version number
-p,--pug add pug engine support
--view [engine] add view engine support [ejs, pug] (default: "pug")
--css [engine] add view engine support [css, less] (default: "css")
--git add .gitignore
-f, --force force on non-empty directory
-h, --help output usage information
```