Skip to content

zsjie/create-koa-ts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Koa TS App

npm version license

A boilerplate to create koa app with typescript

Features

  • ✅ latest Koa version: 2.15.3
  • ✅ laster Typescript version: 5.4.5
  • ✅ use eslint flat config
  • ✅ auto-fixed and auto-formatting on save

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.

About

A boilerplate to create koa app with typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published