Skip to content

Releases: CSE-25/quick_start_express

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.