1.0.6 • Published 3 years ago

create-koa-ts-app v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago