1.0.0 • Published 6 years ago

geta-js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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");
1.0.0

6 years ago