Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 407 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 407 Bytes

remove-css-class

Node cli tool to remove all occurrences of a specified CSS class from an html file

Installation

git clone git@github.com:jasongeorgetumusiime/remove-css-class-.git

cd remove-css-class-

npm install

npm link

Usage

remove-css-class --input=/location-to-input-html-file --output=/location-to-output-html-file --classname=classNameToRemove

License

MIT LICENSE