Fudge
Fudge is a PowerShell tool to help manage software packages via Chocolatey for specific development projects. Think NPM and Bower, but for Chocolatey
How to download and setup Fudge
Open terminal and run command
git clone https://github.com/Badgerati/Fudge.git
git clone is used to create a copy or clone of Fudge repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with Fudge https://github.com/Badgerati/Fudge/archive/master.zip
Or simply clone Fudge with SSH
[email protected]:Badgerati/Fudge.git