findlogs

1.1.4 • Public • Published

Findlogs 🔎

A simple CLI tool for locating stray console.log statements

View NPM package

View on Github

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

Readme

Keywords

none

Package Sidebar

Install

npm i findlogs

Weekly Downloads

2

Version

1.1.4

License

ISC

Unpacked Size

8.47 kB

Total Files

5

Last publish

Collaborators

  • duck-rabbit