Skip to content

Releases: CSE-25/quick_start_express

v1.0.6-beta

05 Jan 17:16
Compare
Choose a tag to compare

Note

v1.0.6 published to npm accessible at https://www.npmjs.com/package/quick_start_express

What's new

  • express_oauth_google template to support Google OAuth added.
  • express_pg_prisma template with Prisma ORM Postgres based server support in TypeScript.
  • Improvements to express_oauth_microsoft template.
  • Bug fixes in basic template.

What's Changed

New Contributors

Full Changelog: v1.0.5-beta...v1.0.6-beta

v1.0.5-beta

04 Jan 09:34
Compare
Choose a tag to compare

Note

v1.0.5 published to npm accessible at https://www.npmjs.com/package/quick_start_express

What's new

  • express_oauth_microsoft template to support Microsoft OAuth added.
  • Generated server app can be given a custom name in config by passing it through the -n option.
  • nodemon is shipped by default in all templates in devDependencies.
  • Optionally, nodemon can also be removed in the generated template with flag --remove-nodemon.
  • Bug fixes in express_mysql template.

Detailed changes.

New Contributors

Full Changelog: v1.0.4-beta...v1.0.5-beta

Release v1.0.4-beta

31 Oct 05:30
4153a6a
Compare
Choose a tag to compare

Note

First Public Release

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

@Abhinav-ark, @Ashrockzzz2003, @adripo

Release v1.0.3-beta

30 Oct 16:09
278a58a
Compare
Choose a tag to compare
Release v1.0.3-beta Pre-release
Pre-release
  • Added a new template for express_mysql.

Release v1.0.2-beta

26 Oct 14:58
07e912a
Compare
Choose a tag to compare
Release v1.0.2-beta Pre-release
Pre-release

Release v1.0.2-beta

Updates in commands

  • New command list added to list available templates.
  • Added a flag -t to the init command where the user can select from available templates which is listed by list command.

Updates in templates

  • New express_pg_sequelize template.

Developers

@Abhinav-ark, @Ashrockzzz2003, @adripo

v1.0.0-beta

19 Sep 16:18
3b88152
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
  • Init Command: Create a Express JS server.
  • Clear Command: Clear the directory.