0.2.0 • Published 9 years ago
browserify-glob v0.2.0
browserify-glob
simple glob pattern handling for browserify
pass glob patterns to browserify. just a simple wrapper, output is the same as that
of the vanilla browserify usage.
installation
$ npm install browserify-glob --save-dev
usage
cli
$ browserify-glob **/*.spec.js > specs.js
$ browserify-glob **/*.spec.js | tap-closer | fumigator | tap-dots :rocket:
node
const browserglob = require('browserify-glob');
browserglob('**/*.spec.js')
.pipe(process.stdout);license
mit @ kasper lewau