IntelliTect / Coalesce

Quickly build amazing web apps
https://intellitect.github.io/Coalesce/
Apache License 2.0
65 stars 22 forks source link

feat: Create a postAction script to run via node after template installs #448

Closed BenjaminMichaelis closed 1 month ago

BenjaminMichaelis commented 1 month ago

Dotnet template prompts user if they want to run.

ascott18 commented 1 month ago

While this is an interesting concept to explore, I'm not sure if its exactly the experience that we want. I think I'm preferential to having the setup commands be provided by the documentation so it is clear to the user what's going to happen, and to expose new users to these commands they'll be running frequently as part of their project rather than hiding them away in a "magic" script.

BenjaminMichaelis commented 1 month ago

It was a fun exploration nonetheless :)