installed-by-yarn-globally
v0.1.2
Published
Check if a directory lies in the directory for globally installed modules of Yarn.
Readme
installed-by-yarn-globally
Install
$ npm install --save installed-by-yarn-globallyUsage
const isGlobal = require('installed-by-yarn-globally')
isGlobal(__dirname)
//=> falseContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
