Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 802 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 802 Bytes

TED NuGet

Ted NuGet (Testing External Dependencies in NuGet) performs open sources checks against a NuGet packages.config file.

Installation

You may want to create a virtual environment to install dependencies by following the below process:

Windows

$ py -m venv env
$ .\env\Scripts\activate
$ pip install -r requirements.txt

Linux

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt

Once dependencies have been installed, you can run it as a Python3 script.

Linux

$ python3 ted.py [options] <path>

Windows

$ py ted.py [options] <path>

For help use "-h" flag.

Authors/Contributors

  • Jon Hood (squinky86)
  • crook3dfingers

License

GPL v3