wwzeng1 / loggify-js

Experiment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Experiment

License:The Unlicense


Languages

Language:JavaScript 100.0%