1.0.1 • Published 2 years ago

console-log-remover v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

Demo

demo-gif

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago