create-koa-ts-app
v1.0.6
Published
A boilerplate to create koa app with typescript
Downloads
5
Maintainers
Readme
Create Koa TS App
A boilerplate to create koa app with typescript
Table of contents
Requirements
Installation
yarn global add create-koa-ts-app
Usage
Installed Globally
create-koa-ts-app <project-name>
yarn
yarn create koa-ts-app <project-name>
npx
npx create-koa-ts-app <project-name>
Project structure
<project-name>
├── node_modules
├── src
│ ├── @types
│ ├── api
│ │ ├── greeting.ts
│ │ └── index.ts
│ ├── app.ts
│ ├── index.ts
│ └── lib
│ └── route.ts
├── tsconfig.json
├── package.json
├── yarn.lock
├── dev.sh
├── LICENSE
└── README.md
License
This project is licensed under the MIT License - see the LICENSE file for details.