Skip to content
/ ted Public

TED NuGet - Testing External Dependencies in NuGet

License

Notifications You must be signed in to change notification settings

squinky86/ted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TED NuGet - Testing External Dependencies in NuGet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages