geta-js
v1.0.0
Published
pulchritudinous clogs for colorful people
Downloads
3
Readme
Geta.js
Pulchritudinous clogs for colorful people.
Install
npm install geta-js
Usage:
const {log, warn, error, nyan, success} = require('geta');
log("i have pizza");
warn("pizza is hot");
warn("pizza is still pretty warm", "Be careful -");
error("pizza is missing");
error("could not find the pizza in the fridge", ":(");
success("you found the pizza");
success("it didn't burn the roof of your mouth!", "You ate the pizza -");
nyan("and it was delicious");