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 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...?