updraft-helper
v1.0.2
Published
A simple tool to stop the node_modules folder from accidentally being included in an Updraft Plus backup schedule.
Downloads
7
Readme
Updraft Helper
A simple tool to stop the node_modules
folder from accidentally being included in an Updraft Plus backup schedule.
This works by checking the node_modules
folder to see if a .donotbackup
file exists, and if not, creating it!
If it does already exist, the program will just exit.
Usage
var updraftHelper = require('updraft-helper');
gulp.task('updraft', function(){
return updraftHelper;
});