1.2.0 • Published 4 years ago

controller-generator v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Nodejs api Controller generator. It basically auto generates the controller directory and files prefilled with functions for the developer.

Guide to using locally in your project

In your project directory, run npm install controller-generator OR yarn add controller-generator

Add the following to scripts in your package.json

"controller-generate": "controller-generate"

Run the following command:

npm run controller-generate name1 name2 name3

Where the 'names' refer to names you want to give to your controller(s).

Guide to using globally

run npm install -g controller-generator OR yarn global add controller-generator

Run the following command:

controller-generate name1 name2 name3

Example for generating two or more controllers

Example for generating only one controller

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago