1.0.16 • Published 2 years ago

zrk v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years 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

2 years ago

1.0.15

2 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago