0.0.1-beta.4 • Published 5 years ago
ktop v0.0.1-beta.4
ktop
supoort node >= 10.0.0
Quick Start
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.)
autoMiddlewares - middlewares of application(koa)
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
0.0.1-beta.4
5 years ago
0.0.1-beta.3
5 years ago
0.0.1-beta.2
5 years ago
0.0.1-beta.1
5 years ago
0.0.1-alpha.16
5 years ago
0.0.1-alpha.15
5 years ago
0.0.1-alpha.14
5 years ago
0.0.1-alpha.13
5 years ago
0.0.1-alpha.12
5 years ago