1.0.3 • Published 6 years ago

console-memes v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

console-memes

Custom Console Logging with Memes.

Install

npm install console-memes

or

yarn add console-memes

Use

in your js file

require('console-memes')

or

import 'console-memes';

then

console.fuck()
#output
(╯°□°)╯︵ ┻━┻

Examples

// Logging to the console
console.fuck() //when something goes wrong
//(╯°□°)╯︵ ┻━┻

console.dfuck() //double fuck
//┻━┻ ︵ヽ(`Д´)ノ︵ ┻━┻

console.holyshit() //that's all, go home and drink
//(ノಠ益ಠ)ノ彡┻━┻

console.ok() //maybe not so bad
//┬─┬ノ( º _ ºノ)

console.hah() //¯\_(ツ)_/¯
//¯\_(ツ)_/¯

console.sparta() //This Is Spaaarta!
//╯°□°)╯︵(\ .o.)\

console.soviet() //In Soviet Russia, table flips you
//┬─┬ ︵ /(.□. \)

console.soviet() //wtf
//ಠ_ಠ
//You can add text like in normal console.log()
//ex:
console.wtf('some text')

//output
ಠ_ಠ some text

License

Published under the MIT license. Inspired by console-emojis.