bash-ip/Readme.md

26 lines
478 B
Markdown
Raw Permalink Normal View History

2018-05-15 21:35:40 +08:00
![module info](https://nodei.co/npm/bash-ip.png?downloads=true&downloadRank=true&stars=true)
# bash-ip
> `bash-ip` 类似于linux下的简单版的ip命令工具. 目前只实现了几个用法, 后续会慢慢完善。
2018-05-15 21:41:03 +08:00
## 安装
```bash
npm i bash-ip -g
```
## 版本更新信息
- 0.0.2 (2018/05/15)
* 删除多余的测试模块
2018-05-15 21:35:40 +08:00
- 0.0.1 (2018/05/15)
* 发布0.0.1版
* 实现 ip a[ddress], ip route [list|get|add|delete <item>], ip link [show <item>]