# shlink

* 短网址转换工具，名称是 `shorten link` 的缩写
* 使用免费的工具：https://4m.cn/
* 在命令行实现短网址转换

```bash
npm i -g shlink

shlink <长网址>
```
