Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"`