UNPKG

smashup

Version:

Just some code :)

17 lines (11 loc) 233 B
# SmashUp Package for logging beautiful messages to the console. ## Getting Started ```sh npm install smashup ``` ## Usage ```js const smashup = require('./smashup'); smashup.log('hello', 'yellow', 'black'); ```