Note
v2.0.0 published to npm
accessible at https://www.npmjs.com/package/quick_start_express
What's new
- Interactive Menu for qse. (
qse init
) - New option to add a docker compose file.
- New templates added. (basic_ts, express_pg, express_mongo)
- Dependency installation can be skipped (
--no-dependencies
) - Clear command now asks for confirmation before clearing.
What's Changed
- Update README to showcase custom app name feature by @FLASH2332 in #73
- [COMPLETED] Add --no-dependencies Flag to Make Dependency Installation Optional by @PavanCodes05 in #72
- Added the express Typescript template by @priyansh-narang2308 in #76
- [Completed] Documentation website for QSE by @GMHarish285 in #77
- Add Vitepress deployment GitHubActions workflow. by @Ashrockzzz2003 in #80
- Add GH Pages URL to README. by @FLASH2332 in #83
- [COMPLETED] express_pg template created by @GMHarish285 in #90
- Add Prettier code formatting checks and format code. by @Ashrockzzz2003 in #91
- Questionnaire and UX Improvement by @vaibav03 in #85
- Docker Compose generated using User Prompts by @Naganathan05 in #86
- Added code for Confirmation Prompt when running qse clear by @adithya-menon-r in #97
- [COMPLETED] Added Get Started Content for Documentation by @adithya-menon-r in #101
- [COMPLETED] express_mongo template created by @GMHarish285 in #93
- [WIP] Web UI to dynamically generate command by @GMHarish285 in #95
- needDB prompted to User enabling user decision for database service. by @Naganathan05 in #103
- Bump qse version to 2.0 by @Ashrockzzz2003 in #105
New Contributors
- @FLASH2332 made their first contribution in #73
- @PavanCodes05 made their first contribution in #72
- @priyansh-narang2308 made their first contribution in #76
- @Naganathan05 made their first contribution in #86
- @adithya-menon-r made their first contribution in #97
Full Changelog: v1.0.6-beta...v2.0.0