Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuusheng/koates

Koa template with typescript
https://github.com/yuusheng/koates

koa koa2 typescript

Last synced: about 1 month ago
JSON representation

Koa template with typescript

Awesome Lists containing this project

README

        

![](https://cdn.jsdelivr.net/gh/yuusheng/picgo/img/koates%20logo.png)

Koa template with Typescript



English | įŽ€äŊ“中文


## Features:

- đŸ’Ē Typescript support
- ✌ī¸ [koa-router](https://github.com/koajs/router) [koa-logger](https://github.com/koajs/logger)
- 👂đŸģ [Vitest](https://vitest.dev/) test framework
- 🗂 [pm2](https://pm2.keymetrics.io/) Node.js production process manager
- ⚡ī¸ [tsx](https://github.com/esbuild-kit/tsx) Node.js enhanced with esbuild to run TypeScript & ESM files
- 🆒 eslint

## Usage:

use degit to have a cleaner git history version

```bash
npx degit yuusheng/koates my-koa-project
cd my-koa-project
pnpm i #if you don't have pnpm you can run npm install pnpm -g first
```