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