Skip to content

CeoFred/log-stripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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