1.0.6 • Published 4 years ago

create-koa-ts-app v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Create Koa TS App

npm version license

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.

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago