一个Nodejs命令行工具,可以查看日期、查看天气、查看本机IP地址、创建.gitignore文件、创建.prettierrc.js文件。
$ npm install -g xun-cli
- 查看日期
$ xun-cli date
- 查看指定城市天气
默认显示北京的天气,支持的城市有北京、上海、天津、杭州、成都、郑州。
$ xun-cli weather
$ xun-cli weather shanghai
$ xun-cli weather tianjin
$ xun-cli weather hangzhou
$ xun-cli weather chengdu
$ xun-cli weather zhenzhou
- 查看热门城市天气
$ xun-cli hot
- 查看本机IP地址
$ xun-cli ip
- 查看帮助
$ xun-cli help
- 创建.gitignore文件
$ xun-cli git
- 创建.prettierrc.js文件
$ xun-cli prettier
- Serve a static site
$ xun-cli serve
$ xun-cli serve 3000