log-stripper

Removes all console.log instance in a directory

Usage no npm install needed!

<script type="module">
  import logStripper from 'https://cdn.skypack.dev/log-stripper';
</script>

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