pvcbuild / pvc

PVC -- Scaffold, Build, Publish -- Composable, extensible builds in .NET created by @stirno
http://pvcbuild.com
MIT License
117 stars 11 forks source link

PVC Install/Uninstall Commands #9

Closed stirno closed 10 years ago

stirno commented 10 years ago
pvc install
pvc install <nuget-package>
pvc uninstall <nuget-package>

PVC will need to become runtime aware so that it can trigger package installations inside runtimes as well (for example, node packages from Pvc.Runtime.NodeJs).

stirno commented 10 years ago

Decided not to handle uninstall, and for various reasons plugins will trigger their own installs for secondary packages within their constructors.

Going to add a helper to Pvc.Runtime.NodeJs for plugin authors to extend that handles the npm install lifecycle if you extend Pvc.Runtime.NodeJs.NodePvcPlugin