Allow the "new" action to create Fudgefile from already installed local packages
Closed this issue · 0 comments
Badgerati commented
When running new
, allow the passing of local
(as well as nuspec paths), so that a Fudgefile is created with references to all of the packages currently installed locally:
fudge new local
Which will run choco list -lo
, and create a Fudgefile with packages installed locally.