console-log-remover
v1.0.1
Published
This is an NPM package built to remove the ```console.log()``` present in the code just by exacuting a single command in the CLI
Downloads
2
Readme
Console-log-remover
Overview
This is an NPM package built to remove the console.log()
present in the code just by executing a single command in the CLI
Installation
npm i -g console-log-remover
To use the log remover in any project, run:
rmlogs
Features
- Removes the succeeding semicolon (If present)
- Does not remove
console.log()
from error staements - Does not remove from all files and directories in .gitignore
- Also to ignore the
console.log()
present in certain files or folders create and add it to a file named .logignore