Install Chocolatey via PowerShell

iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) 

Install via Command Prompt

@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

Create a repo

 choco new <project name>

Edit the .nuspect file, install, and uninstall files under the tools directory