exportall

export all dependencies in package.json to global.$dep

Usage no npm install needed!

<script type="module">
  import exportall from 'https://cdn.skypack.dev/exportall';
</script>

README

exportall

export all dependencies in package.json to global.$dep

gitter NPM version Build codecov.io js-standard-style

Install

npm i -S exportall

Usages

require('exportall')(__dirname)

console.dir($dep)

var debug = $dep.Debug('exportall')

debug('debug it')