remloger
v1.0.3
Published
Helps those who forgot to remove console.logs after 1 hour of creation.It helps the difficulty of removing the console.logs at the time of publishing the app
Downloads
2
Readme
Usage
Installation
Package deletes all the console.logs in our project directory except index.js file.
- Install the
remloger
package using npm:
npm install remloger
// Import the listFilesInFolder function
const listFilesInFolder = require('remloger');
// Call the listFilesInFolder function directly
console.log(listFilesInFolder(__dirname));
This `README.md` section explains how to install the package using npm and provides instructions on how to import and use the `listFilesInFolder` function within your `index.js` file.