my-math
A simple math utility for addition and subtraction.
Installation
npm install my-math
csharp
复制编辑
Usage
```javascript
const math = require('my-math');
console.log(math.add(2, 3)); // 5
yaml
复制编辑
---
3. 发布 npm 包(15 分钟)
步骤 1:注册 npm 账号
- 打开
https://www.npmjs.com/signup 注册账号
- 在终端登录 npm 账号:
npm login