2.0.2 • Published 2 years ago

javascript-maker v2.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
2 years ago

JavaScript-Maker CLI

Javascript-Maker is the fastest way to generate the most common code you'll need in an ExpressJS app (Models, Controllers, Services ,Routes, etc.)

Installation

npm i -g javascript-maker

Available commands:

*CommandAliasDescription
-js-maker make:modelm:mCreates or updates a Mongoose Model
-js-maker make:controllerm:conCreates a new controller class and a route for it
-js-maker make:crudm:crudGenerate CRUD operations for a model
-js-maker make:authm:authGenerate JWT authentication for a User Model
-js-maker debug:routerd:rDisplays the current routes in the project

Credits

License

Copyright © 2022 Dhia Djobbi. Javascript Maker source code is licensed under the AGPL-3.0 License.