create-koa-ts-app

1.0.6 • Public • Published

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.

Package Sidebar

Install

npm i create-koa-ts-app

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

11.3 kB

Total Files

14

Last publish

Collaborators

  • brucechu