Node cli tool to remove all occurrences of a specified CSS class from an html file
git clone [email protected]:jasongeorgetumusiime/remove-css-class-.git
cd remove-css-class-
npm install
npm link
remove-css-class --input=/location-to-input-html-file --output=/location-to-output-html-file --classname=classNameToRemove
MIT LICENSE