0.0.11 • Published 6 years ago
nuget-extensions v0.0.11
NuGet Extensions
A CLI to extend the NuGet CLI with some handy features. Namely, the addition of an NPM-style link command. Also, a feature called "build short-circuiting" that uses file watching to copy newly available dlls directly into your built product.
You might also try the VSCode extension.
Status
Alpha version, approaching MVP. See issues for specifics.
Usage
- Build a version of your NuGet packages, probably Debug with symbols included.
- Run
nuget-extensions linkin the output directory where the.nupkgfiles are located. - Run
nuget-extensions link MyProject.csproj,path/to/MyOtherProject.csprojin a directory wherenuget installwould otherwise install the package to. - Run
nuget-extensions watch --short-circuit-build some/output/pathin the same (^) directory wheresome/output/pathis where your executable will load the dll from. - Build and debug your projects.
Note that you must currently re-link the projects in order to re-install the packages when there are new builds. This can be done automatically using watch.
License
MIT
0.0.11
6 years ago
0.0.10
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.7-alpha.0
6 years ago
0.0.5-alpha.0
7 years ago
0.0.4-alpha.0
7 years ago
0.0.3-alpha.3
7 years ago
0.0.3-alpha.2
7 years ago
0.0.3-alpha.1
7 years ago
0.0.3-alpha.0
7 years ago
0.0.2-alpha
7 years ago
0.0.1-alpha
7 years ago