Most people know about using Nuget package manager from within VisualStudio, but how about from the command line, on OSX?
- Prerequisites: HomeBrew
- Install: brew install nuget
- Usage:
- Search: nuget list [package name]
- Install: nuget install [package name]
- Restore: nuget restore
- Manifest: packages.config
No comments:
Post a Comment