loggify-js
v0.0.2
Published
CLI tool that adds console.log statements after each statement in a JavaScript file
Downloads
11
Readme
loggify-js
Loggify-js is a CLI tool for logging in JavaScript. It is designed to be installed globally and used in any JavaScript project.
Installation
To install loggify-js globally from NPM, run the following command:
npm install -g loggify-js
Usage
After installing loggify-js, you can use it in your project like this:
loggify-js file.js
file.js
can be replaced with any .js
file.
For example, to log a file named example.js
, you would use:
loggify-js example.js
Running Tests
This project uses Jest for testing. To run the tests, use the following command:
npm test