https://github.com/bukinoshita/shout-message
An opinionated message
https://github.com/bukinoshita/shout-message
console javascript message nodejs
Last synced: 7 months ago
JSON representation
An opinionated message
- Host: GitHub
- URL: https://github.com/bukinoshita/shout-message
- Owner: bukinoshita
- License: mit
- Created: 2017-06-17T23:43:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:18:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T18:53:20.128Z (9 months ago)
- Topics: console, javascript, message, nodejs
- Language: JavaScript
- Size: 344 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shout-message [](https://travis-ci.org/bukinoshita/shout-message)
> An opinionated message
## Install
```
$ yarn add shout-message
```
## Usage
```js
const shoutMessage = require('shout-message')
shoutMessage('This is a message')
//=> > This is a message
```
_Uses [chalk](https://github.com/chalk/chalk), will return a message with a nice color._
## API
### shoutMessage(message)
Returns a `console.log`.
#### message
Type: `string`
Required
## Related
- [shout-success](https://github.com/bukinoshita/shout-success) — An opinionated success message
- [shout-error](https://github.com/bukinoshita/shout-error) — An opinionated error message
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)