niceEli's bucket for Scoop, the Windows command-line installer.
scoop bucket add versions # dependancy
scoop bucket add extras # dependancy
scoop bucket add Pail https://github.com/niceEli/Pail
scoop install Pail/pailtest <# or #> scoop install pailtest
pailtest # should say Hello Pail! and display your installed packages
or use the easy installer
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm -Uri https://raw.githubusercontent.com/niceEli/Pail/master/installPail | iex
To make a new manifest contribution, please read the Contributing Guide and App Manifests wiki page.