gulp-watch-local-packages
v0.1.1
Published
Gulp watcher to automatically update local packages when changed.
Maintainers
Readme
gulp-watch-local-packages
Gulp watcher to automatically update local packages when changed.
$ npm install gulp-watch-local-packages --save-devExample
install local packages.
$ npm install --save file:lib/domain-specific-functionsuse local packages.
var query = require('domain-specific-functions').query;automatically update local packages in node_modules on change.
var install = require('gulp-watch-local-packages');
gulp.task('default', function () {
install('lib');
});Debugging
$ DEBUG=gulp-watch-local-packages …Requires
- [email protected] or greater.
