@tlyboy/message
v3.0.0
Published
Terminal message
Downloads
8
Readme
message
Terminal message.
Install
npm install @tlyboy/message
Usage
// ESM
import { message } from '@tlyboy/message'
// CommonJS
const { message } = require('@tlyboy/message')
message.info('info')
message.success('success')
message.error('error')
message.warning('warning')
Related Efforts
- chalk - Terminal string styling done right
License
MIT © Guany