CSE-25 / quick_start_express

Quick Start Express npm package. A simple CLI tool to generate Express servers from multiple available templates.
https://www.npmjs.com/package/quick_start_express
GNU General Public License v3.0
1 stars 7 forks source link

Suggestion: `qse add <args>` command #47

Open IAmRiteshKoushik opened 1 week ago

IAmRiteshKoushik commented 1 week ago

Proposal

A user may start with a particular template but then feel like extending it. A basic express template can be extended with a Postgres, MySQL or Redis as an add-on. In such a scenario, it would be helpful to have the add function which can bring forth some boiler-plate and associated folder-structure to the repository.

Potential set of add-ons:

  1. SQL Databases
  2. NoSQL Databases
  3. Socket.io (or) ws
  4. Redis
  5. ORMs
  6. Kafka

@Ashrockzzz2003 @Abhinav-ark

Ashrockzzz2003 commented 1 week ago

Sounds interesting!