paqman
v2.0.1
Published
Perform tasks relative to your package.json, such as requiring
Readme
Interface
relativePath(somePath:String): Retrieve a path relative to the project rootrelativeRequire(somePath:String): Require a module relative to the project rootinstallRelativeRequire(): InstallrelativeRequireglobally asrequireCwduninstallRelativeRequire(): Reverse ^^packageJSON: A cached reference to your package.json's contents
Installation
npm i paqman -SVerification
git clone https://github.com/jameswomack/paqman.git
cd paqman
npm i
npm test
npm run cover