Skip to content

avantgard3labs/console-log-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Demo

demo-gif

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published