astoulfo
v1.0.3
Published
Colorful logger package for npm, yarn, and pnpm, built with typescript
Downloads
2
Readme
astoulfo ☪️
To get started with this package install it using yarn, npm, pnpm
npm i astolfo@latest
yarn add astolfo@latest
pnpm add astolfo@latest
Next, import/require the package
const logger = require("astolfo");
import * as logger from "astolfo";
All available methods
logger.info("hello world");
logger.warn("hello world");
logger.success("hello world");
logger.error("hello world");
logger.event("hello world");
Returns:
⭐ Enjoy this package? Star it!