Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awaescher/repkg
A batch converter tool for packages.config files
https://github.com/awaescher/repkg
converter nuget nuget-packages
Last synced: 23 days ago
JSON representation
A batch converter tool for packages.config files
- Host: GitHub
- URL: https://github.com/awaescher/repkg
- Owner: awaescher
- Created: 2017-09-13T14:02:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T08:13:46.000Z (about 7 years ago)
- Last Synced: 2024-10-11T19:25:20.516Z (4 months ago)
- Topics: converter, nuget, nuget-packages
- Language: C#
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repkg
A batch converter tool for packages.config files. It can remove unused packages or update package names and versions.The sample mapping file with three simple entries ...
Eto.Forms @.*? | MaterialDesignColors @1.1.3 : MaterialDesignThemes @2.3.0.823 : MaterialDesignThemes.MahApps @0.0.10
Castle.Windsor @.*? | TinyIoC @1.3
Castle.Core @.*? |
... converts a packages.config file like this:![Screenshot](_img/repkg_small.png)
### Usage
Call the executable `repkg.exe` with two arguments:
- the **path** to convert files in
- the **mapping file** to convert files with:
`repkg.exe "C:\Repositories\TargetFolder" "..\_map\sample.map"`