Find and remove console logs in project.
npm install console-log-cleanershell
$ npm i -g console-log-cleaner
`Usage
Get list of all files with console.log in current project dir and sub dirs:
`shell
$ unlog ls
`
Remove all console.logs from files in current project dir and sub dirs:
`shell
$ unlog rm
`
Get list of all not committed yet files with console.log that you have changed:
`shell
$ unlog git:ls
`
Remove all console.logs from committed yet files in current project that you have changed:
`shell
$ unlog git:rm
``