Keats / kickstart

A scaffolding tool to get new projects up and running quickly
MIT License
354 stars 24 forks source link

Run commands? #56

Open moimikey opened 2 years ago

moimikey commented 2 years ago

Would it be worth a PR to introduce a postKickstart or whatever naming convention directive, to run commands after all the kickstart questions? i have a scenario where i'd like to run npm install and a few other commands to save time.

Keats commented 2 years ago

Very unlikely to happen. Executing commands should be done by telling the user to do so but since kickstart can run templates from the network (it downloads it first but still). The only way it would be considered if it shows you the commands the template wants to run at the beginning and ask the user to accept them before starting the template process.