1.1.4 • Published 3 years ago

findlogs v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago