scour

0.0.9 • Public • Published

Scour

Scour will remove data-clicktags, tracking pixels, and site codes from all the files in a folder.

Installation

Scour is installed with npm the node package manager.

npm install scour

Usage

 
var scour = require('scour').scour;
 
scour.on('file',function(file){
    if(file !== "") console.log("Saved " + file);
});
 
scour.on('end',function(){
    console.log("Done scouring");
});
 
scour.scourFolder("/foo/bar","sitecode");
 

Readme

Keywords

none

Package Sidebar

Install

npm i scour

Weekly Downloads

0

Version

0.0.9

License

MIT

Last publish

Collaborators

  • ryanbillingsley