0.0.5 • Published 9 years ago

enable-global-packages v0.0.5

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

enable-global-packages

allows you to require globally installed npm packages, initially created for brackets-eslint and brackets-coffeelint projects

usage

require('enable-global-packages').on('ready', function () {
  // global packages are available now
});