An open API service indexing awesome lists of open source software.

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 应用的工具

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

```