Quick Introduction
This package serves as a CLI application for generating full Application or CRUD files on NodeJS.
Go Ahead in reading if you want to automate CRUD development
Introduction
This package serve as a Command-Line Generator of MVC files considering mysql as a current database engine.
You can generate complete application or individual parts of the application As per as your requirement
List of Activities that can be performed
* Generate Complete Express Application
* Generate Folder Structures Only
* Generate Complete CRUD Files (includes Route, Controller, Model, Procedure, Migration, Schema, Middleware, etc )
* Generate Routes Only
* Generate Controller Only
* Generate Models Only
* Generate Procedures Only
* Generate Schemas Only
* Generate Middlewares Only
* Generate Config Files Only
Please Note: The config files and folders are automatically created if they does not exists.
$3
``
javascript
npm i -g adx-crud
`
Command-line Interfaces
$3
`
javascript
adx-crud -i
`
$3
`
javascript
adx-crud -i
`
$3
`
javascript
adx-crud -r
`
$3
`
javascript
adx-crud -c
`
$3
`
javascript
adx-crud -m
`
$3
`
javascript
adx-crud -p
`
$3
`
javascript
adx-crud -s
`
$3
`
javascript
adx-crud -x
`
$3
`
javascript
adx-crud -y
``