relativePath(somePath:String)
: Retrieve a path relative to the project rootrelativeRequire(somePath:String)
: Require a module relative to the project rootinstallRelativeRequire()
: InstallrelativeRequire
globally asrequireCwd
uninstallRelativeRequire()
: Reverse ^^packageJSON
: A cached reference to your package.json's contents
npm i paqman -S
git clone https://github.com/jameswomack/paqman.git
cd paqman
npm i
npm test
npm run cover