zrk

1.0.16 • Public • Published

ZRK

Cli tool that helps you to create route, controller and model.

INSTALLATION

npm i -D zrk

SETUP CMD

npx zrk setup

use to generate 3 folders models, routes/v1.0, controllers

MAKE:ROUTE CMD

npx zrk make:route <route_name_here>

use to create route file with associated model and controller. available flags

  • --model - customize model name
  • --controller - customize controller name

MAKE:CONTROLLER CMD

npx zrk make:controller <controller_name_here> --model=<model_name_here>

use to create controller file with associated model.

MAKE:MODEL CMD

npx zrk make:model <model_name>

use to create model file.

Package Sidebar

Install

npm i zrk

Weekly Downloads

1

Version

1.0.16

License

ISC

Unpacked Size

20.3 kB

Total Files

9

Last publish

Collaborators

  • wgalas