1.1.4 ā€¢ Published 2 years ago

findlogs v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago