1.0.0 • Published 1 year ago
sigmetycheck v1.0.0
sigmetycheck
A simple script that uses the sigmety logger package for Node.js applications.
Installation
You can install sigmetycheck
using npm:
npm install sigmetycheck
Usage
// Require the sigmety logger package
const logger = require('sigmety');
// Log some messages using the logger
logger.info('This is an informational message from sigmetycheck.');
logger.warn('This is a warning message from sigmetycheck.');
logger.error('This is an error message from sigmetycheck.');
License
This project is licensed under the MIT License - see the LICENSE file for details.
1.0.0
1 year ago