javascript-maker

2.0.2 • Public • Published

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:

* Command Alias Description
- js-maker make:model m:m Creates or updates a Mongoose Model
- js-maker make:controller m:con Creates a new controller class and a route for it
- js-maker make:crud m:crud Generate CRUD operations for a model
- js-maker make:auth m:auth Generate JWT authentication for a User Model
- js-maker debug:router d:r Displays the current routes in the project

Credits

License

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

Dependents (0)

Package Sidebar

Install

npm i javascript-maker

Weekly Downloads

1

Version

2.0.2

License

AGPL-3.0

Unpacked Size

119 kB

Total Files

60

Last publish

Collaborators

  • dhia.djobbi