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!