the cli tool for the comment-eraser package - easily integrate the comment-eraser into your build process or install it globally and use it wherever you want
Please consider following this project's author, Sina Bayandorian, and consider starring the project to show your ❤️ and support.
$ npm install -g eraser-cli
// falls back to the default config
$ eraser-cli
-c | --config
: String - optional - path to the configuration file
- default is
'eraser.config.json'
the api behind this cli tool is the comment-eraser package
- this cli tool utilizes the erase function from the given package
- the configuration file is the same as the comment-eraser configuration file