0.0.2 • Published 8 months ago

loggify-js v0.0.2

Weekly downloads
-
License
Unlicense
Repository
-
Last release
8 months ago

loggify-js

Gitpod Discord

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
0.0.2

8 months ago

0.0.1

8 months ago