code-utils-tool

1.0.1 • Public • Published

📦 code-utils-tool

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!


✨ Features

  • 🧮 sum(a, b) – Add two numbers
  • ✖️ multiply(a, b) – Multiply two numbers
  • 🔤 capitalize(str) – Capitalize the first letter of a string

🛠️ Installation

npm install -g code-utils-tool

Readme

Keywords

none

Package Sidebar

Install

npm i code-utils-tool

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

1.13 kB

Total Files

4

Last publish

Collaborators

  • callmeskyy111