<div align="center">
<p align="center">
  
<img src="https://raw.githubusercontent.com/firecatjs/fire-cat/main/logo-new.png" width="240">

  
</p>

<h1 align="center">
Fire Cat
</h1>

An elegant Node.js framework based on Koajs


![version](https://img.shields.io/npm/v/fire-cat)
![license](https://img.shields.io/github/license/jon-millent/fire-cat)
![npm](https://img.shields.io/npm/dm/fire-cat)

</div>



## Document
[English Doc](https://docs-93k.pages.dev/) 
[中文文档](https://docs-93k.pages.dev/zh/)

## Features
* Develop hot updates
* Implement various functions based on decorators
* Interceptors (middleware) based on decorators
* Field validation
* Logs
* Document services
* Webpack packaging
* Custom interceptors
* Group routing
* Configuration files that support various environments

## Quickstart

```shell
npx fire-cat init
```

```shell
cd your-project-name

yarn
# or
npm install
```
Please follow the documentation at [firecat document](https://docs-93k.pages.dev/)

## license
[MIT](https://github.com/Jon-Millent/fire-cat/blob/main/LICENSE)
