wamoyo / masonite

(Still in progress) A simple static website generator using HTML with light templating and Stylus for CSS preprocessing
MIT License
1 stars 0 forks source link

npm updating (some initial thoughts) #2

Open wamoyo opened 7 years ago

wamoyo commented 7 years ago

What if we update the program later so that we can compile a blog or compile events and such?

If we only add new bin commands, great, then we could just update the CLI ( npm update ) with its new commands, but if it needs to change the code in the project directory ( dummy HTML, example code ) this might break a current project.

What to do...?