console-log-cleaner

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i console-log-cleaner

Weekly Downloads

21

Version

1.0.3

License

MIT

Unpacked Size

7.31 kB

Total Files

9

Last publish

Collaborators

  • gogoweb