| Crates.io | nugget |
| lib.rs | nugget |
| version | 0.0.2 |
| created_at | 2023-05-08 19:40:18.873621+00 |
| updated_at | 2023-05-08 19:48:39.292979+00 |
| description | wrapper around dotnet CLI with enhanced functionality |
| homepage | https://github.com/emilioziniades/nuggets |
| repository | https://github.com/emilioziniades/nuggets |
| max_upload_size | |
| id | 860045 |
| size | 17,063 |
It's like nuget, but more g.
Essentially a wrapper around the dotnet CLI to enable it to do the things it should do already.
This is a WIP.
Features so far:
To install, run cargo install nugget.
To use, ensure you are in the folder containing the dotnet project you would like to update, and run nugget. This will trigger an interactive process where you can select which nuget packages to update. For more usage details, run nugget --help.
nugget
nugget --auto
nugget --prefixes Mongo Redis
nugget --auto --prefixes Mongo Redis