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:
- SQL Databases
- NoSQL Databases
- Socket.io (or) ws
- Redis
- ORMs
- Kafka
@Ashrockzzz2003 @Abhinav-ark
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
addfunction which can bring forth someboiler-plateand associated folder-structure to the repository.Potential set of add-ons:
@Ashrockzzz2003 @Abhinav-ark