-
Notifications
You must be signed in to change notification settings - Fork 399
Move common script into base classes #2
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
Comments
Tried doing an PS invoke to another PS file on my github that was refactored out but got the error below:
|
I have a branch that does this now What I think as part of this would be see if we can’t pass in Args too so we can have one master and then the subpages just call the master with overrides via args. |
Woot! This will be a big help. Can't wait to make this the new normal. |
think this can be tested now. once the devapp.ps1 you're happy with, we can either
|
PR #59 created |
done. |
Would be cool to have a dev.ps1 that provides common dev script commands, then the scenario specific scripts can just have the particular tool differences.
One of the challenges is including other ps1 scripts is hard when your starting point is clicking a web link that kicks off boxstarter. The ability to make install 1-click and not require cloning this repo seems more important than the ability to create base class scripts.
The text was updated successfully, but these errors were encountered: