1.0.3 • Published 5 months ago

console-log-cleaner v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Console.log Cleaner

This simple Node.js module was created because I am usually forgot to delete all console.logs from my code and therefore fails code review XD

Installation

$ npm i -g console-log-cleaner

Usage

Get list of all files with console.log in current project dir and sub dirs:

$ unlog ls

Remove all console.logs from files in current project dir and sub dirs:

$ unlog rm

Get list of all not committed yet files with console.log that you have changed:

$ unlog git:ls

Remove all console.logs from committed yet files in current project that you have changed:

$ unlog git:rm