/log-stripper

Removes all instances of console.log

Primary LanguageJavaScriptMIT LicenseMIT

log-stripper

This is a cli tool for removing all logs from your javascript/typescript files before pushing to production server ,keeping your logs neat as possible.

Usage & Installations

npm i --global log-stripper

log-stripper -d yourdirectory

Command line arguments

--com use comments instead of eliminating the log
-d directory to search for files