geta-js

pulchritudinous clogs for colorful people

Usage no npm install needed!

<script type="module">
  import getaJs from 'https://cdn.skypack.dev/geta-js';
</script>

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