findlogs
v1.1.4
Published
Quality assurance helper script
Downloads
8
Readme
Findlogs 🔎
A simple CLI tool for locating stray console.log statements
How to install:
First run:
npm install findlogs
How to use:
cd into the directory you wish to search. The search is recursive and will explore all sub-directories excluding node_modules.
cd myFolder
❯ npx findlogs
Output:
❯ npx findlogs
🔎 Found 3 console.logs in index.js