Israel-Laguan / express-production-template

Template for backends with NodeJS + Express, ready to use in production!
Apache License 2.0
6 stars 2 forks source link

Easy setup via cli #2

Open neymarjimoh opened 3 years ago

neymarjimoh commented 3 years ago

Instead of always having to clone the repo before anyone can install the setup. There should be a way of installing using cli like npm i express-prod or something similar that would generate the whole boilerplate code. Then if installed globally, you can always use a command start up any project.

Israel-Laguan commented 3 years ago

Wel, as this is a GitHub template there is no need. But yeah, is a good idea, do you know how to do it? Or any idea how to achieve that?

neymarjimoh commented 3 years ago

Yeah. Sure, I understand. Just realized that.. I haven't done similar stuff before so i have no idea at the moment. But, i could learn and try implement it if need be.