clevertech / boilerplate

Clevertech boilerplate for projects based on Docker, Node.js and React
MIT License
113 stars 41 forks source link

Better templating / Boilerplating #60

Open mr-katsini opened 5 years ago

mr-katsini commented 5 years ago

Developers and engineers should never reinvent the wheel.

Consider using CookieCutter or even Github repo templates

Saving time and resources

chadfurman commented 5 years ago

Great idea! I'll look into these. Still trying to get the base stack working, but this is a much better idea than http://github.com/clevertech/create-boilerplate-app

chadfurman commented 5 years ago

Looks like "cookiecutter" would be the better choice -- github repo templates do not support variables. We'd want to be able to configure the boilerplate, and cookiecutter has great support for this.