supoort node >= 10.0.0
use ktop-cli for command line
npm i ktop-cli -g
ktop new hello -d sqlite3
cd hello && npm run devmore info see ktop-cli
controllers base koa-router
ktop will auto load controllers in /app/controllers with namespace (without files or folders name start with . & ApplicationController. & BaseController.)
modes base bookshelf
ktop will auto load models in /app/models (without files or folders name start with . & ApplicationRecord.)
ktop will auto load middlewares in /config/autoMiddlewares (without files or folders name start with .)
jobs base node-schedule
ktop will auto load jobs in /app/jobs (without files or folders name start with .)
others
- mongo - https://github.com/agenda/agenda
- redis - https://github.com/OptimalBits/bull