Skip to content

firecatjs/fire-cat

Repository files navigation

Fire Cat

An elegant Node.js framework based on Koajs

version license npm

Document

English Doc 中文文档

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

npx fire-cat init
cd your-project-name

yarn
# or
npm install

Please follow the documentation at firecat document

license

MIT