icecream-factory
v1.2.4
Published
A tiny npm package for making icecreams!
Downloads
2
Readme
icecream-factory
A tiny npm package for making icecreams!
Usage
- Using Node
const icecreamFactory = require("icecream-factory");
console.log(icecreamFactory("banana"));
// banana icecream
- Using CLI
$ npx icecream-factory banana
Yes this is a joke!