kbl-cli
v1.0.5
Published
an helpful cli for build a secure app
Downloads
8
Readme
KBL-cli
Description
kbl-cli is an help-full tool who facilitate code generation for express and java app
Installation
npm i -g kbl-cli
Usage
- You can use menu option by enter :
kbl-cli -m
# or
kbl-cli
or
- You can directly use command-line by enter :
kbl-cli create-express -p 4500 your_app_name
Achieved Goals
- Create a simple express app, customize with app's name and port
- Add Routes and Controller
Road-map
- Add entity and database access
- Add Security
- Generates Api documentation (05/26/2023)