log-stripper
v4.2.3
Published
Removes all console.log instance in a directory
Downloads
1
Readme
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