Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to have a set of post install commands that can be run #13

Open
einari opened this issue Feb 26, 2018 · 0 comments
Open
Milestone

Comments

@einari
Copy link

einari commented Feb 26, 2018

The JSON file for the boilerplate should have the ability to keep an array of things to perform after a boilerplate is installed.

{
   "postCreation": [
      "npm install",
      "dotnet restore"
   ]
}
@einari einari added this to the 2.0.0 milestone Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant