Releases: CSE-25/quick_start_express
Releases · CSE-25/quick_start_express
Release v1.0.4-beta
Note
First Public Release
- Published to
npm
Click to View.
To Install
npm i -g quick_start_express
Features
-
basic
template. -
express_pg_sequelize
template. -
express_mysql
template. -
list
command to list available templates. -
clear
command to clear created directory. -
init
command to create template code.
Contributors
Release v1.0.3-beta
- Added a new template for
express_mysql
.
Release v1.0.2-beta
Release v1.0.2-beta
Updates in commands
- New command
list
added to list available templates. - Added a flag
-t
to theinit
command where the user can select from available templates which is listed bylist
command.
Updates in templates
- New
express_pg_sequelize
template.
Developers
v1.0.0-beta
- Init Command: Create a Express JS server.
- Clear Command: Clear the directory.