1.0.0 • Published 4 months ago

my-math-cdb v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

my-math

A simple math utility for addition and subtraction.

Installation

npm install my-math csharp 复制编辑

Usage

const math = require('my-math');
console.log(math.add(2, 3)); // 5
yaml
复制编辑

---

## **3. 发布 npm 包(15 分钟)**
 **步骤 1:注册 npm 账号**
- 打开 [https://www.npmjs.com/signup](https://www.npmjs.com/signup) 注册账号
- 在终端登录 npm 账号:
  npm login
1.0.0

4 months ago