JSPM

shout-message

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q41484F
  • License MIT

An opinionated message

Package Exports

  • shout-message

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shout-message) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

shout-message Build Status

An opinionated message

Install

$ yarn add shout-message

Usage

const shoutMessage = require('shout-message')

shoutMessage('This is a message')
//=> > This is a message

Uses chalk, will return a message with a nice color.

API

shoutMessage(message)

Returns a console.log.

message

Type: string
Required

License

MIT © Bu Kinoshita