1.0.16 • Published 1 year ago

zrk v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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.

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago