Another simple node-koa boilerplate
- 🚀 Auto import routes
- 📂 Commands to generate routes, handlers, etc.
- 🚦 Socket IO
- ⚡ Redis
- ⭐ Mysql
- 📃 Logs
- ⛏ Utilities
- 🛠️ Knex Meta
- 🐕🦺 Lint Staged
npm run start
: run development server and lint; auto reloads on code changenpm run test
: runs linternpm run fix
: runs linter and fix lint errorsnpm run make:module [name]
: create application handler and model pairnpm run make:job [name]
: create application jobnpm run make:listener [name]
: create application listenernpm run make:helper [name]
: create application helpernpm run make:middleware [name]
: create application middlewarenpm run make:socket [name]
: create application socket namespacenpm run generate:key
: create application key for literally anything