A minimal CLI utility package with commonly used code helper functions such as sum
, multiply
, and capitalize
. This is designed to be simple, fast, and easy to use in your JavaScript/Node.js projects or even from the terminal!
- 🧮
sum(a, b)
– Add two numbers - ✖️
multiply(a, b)
– Multiply two numbers - 🔤
capitalize(str)
– Capitalize the first letter of a string
npm install -g code-utils-tool