Open Chalarangelo opened 5 years ago
Once we have created a working project, how do we build it ? Angular provide a ng build command which minify and package everything nicely. How do we do the same with normal javascript projects ? Can npm commands help there ?
I was thinking of adding some functionality, via a second
bin
script that will allow users to specify a folder on their local environment where multiple template folders will exist. Then,create-js-project
, will load those templates on runtime and provide the templates as options.This will make the tool infinitely customizable and allow developers to test their templates before submitting them to the project, if they want to do so.
The main points of interest I can think of are: