Chalarangelo / create-js-project

Set up a JavaScript project by running one command.
https://create-project.js.org/
MIT License
40 stars 15 forks source link

Template import functionality #3

Open Chalarangelo opened 5 years ago

Chalarangelo commented 5 years ago

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:

ankitminglani commented 1 year 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 ?