Thanks for your interest in this project! To contribute:
Fork, then clone the repo:
git clone git@github.com:your-username/NuGetReflector.git;
Make sure your version of python is version 2 at least version 2.7
preferably 2.7.13
and you have pip.
Install python libraries:
pip install -r requirements.txt;
Install the DotNet CLI, and make note of the dotnet
binary path.
Create a new config and edit it:
cp config/config.example.yaml config/config.yaml;
vi config/config.yaml;
Config options can be found on the README.
Make your changes...
Push to your fork and submit a pull request.
At this point you're waiting on me. I'll do my best to review all pull requests when I have the time.