0.0.2 • Published 2 years ago
loggify-js v0.0.2
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-jsUsage
After installing loggify-js, you can use it in your project like this:
loggify-js file.jsfile.js can be replaced with any .js file.
For example, to log a file named example.js, you would use:
loggify-js example.jsRunning Tests
This project uses Jest for testing. To run the tests, use the following command:
npm test