Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
👏 Adding guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky committed Mar 10, 2017
1 parent c3ddd5e commit 2b1bc03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# nue
NuGet Extractor

Tool to sort assemblies shipped in NuGet packages into their correct moniker folders.

## To Run

`nue.exe PATH_TO_CSV_WITH_PACKAGES PATH_TO_OUTPUT_FOLDER PATH_TO_MAPPING_FILE`

* `PATH_TO_CSV_WITH_PACKAGES` - represents the path to the CSV file that contains a list of packages that need to be extracted. CSV should be in the form of _PACKAGE,VERSION_.
* `PATH_TO_OUTPUT_FOLDER` - where to dump the binaries.
* `PATH_TO_MAPPING_FILE` - path to CSV file that contains mapping of [TFMs](https://docs.microsoft.com/en-us/nuget/schema/target-frameworks) to target folder names in the form of _TFM,FOLDER_NAME_.

The output will contain a `_pacman` folder, that contains the full set of packages with the related metadata.

Every other folder in the output directory will contain TFM-based DLLs.

![Folder Breakdown](nue.png)
Binary file added nue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b1bc03

Please sign in to comment.