Compare commits

..

No commits in common. "master" and "0.0.1" have entirely different histories.

3 changed files with 4 additions and 13 deletions

View File

@ -3,17 +3,7 @@
# bash-ip
> `bash-ip` 类似于linux下的简单版的ip命令工具. 目前只实现了几个用法, 后续会慢慢完善。
## 安装
```bash
npm i bash-ip -g
```
## 版本更新信息
- 0.0.2 (2018/05/15)
* 删除多余的测试模块
## versions
- 0.0.1 (2018/05/15)
* 发布0.0.1版

View File

@ -3,6 +3,7 @@
require('es.shim')
const os = require('os')
const path = require('path')
const pg = require('progress')
const cp = require('child_process')
const chalk = require('chalk')

View File

@ -1,6 +1,6 @@
{
"name": "bash-ip",
"version": "0.0.3",
"version": "0.0.1",
"description": "类似于linux下的简单版的ip命令工具",
"main": "index.js",
"bin": {
@ -8,7 +8,7 @@
},
"keywords": ["ip", "iproute2"],
"dependencies": {
"es.shim": "^1.0.1",
"es.shim": "0.0.2",
"chalk": "^2.4.1"
},
"engines": {