An open API service indexing awesome lists of open source software.

https://github.com/lete114/awstats-cli

Command line interface for AWStats. | 静态文件生成器命令行工具
https://github.com/lete114/awstats-cli

awstats awstats-cli cli

Last synced: over 1 year ago
JSON representation

Command line interface for AWStats. | 静态文件生成器命令行工具

Awesome Lists containing this project

README

          

AWStats-cli


Command line interface for AWStats.



master


dev


MIT License

## Quick Start

> 前提:你的电脑必须安装[Node.js](https://nodejs.org/)才能启动该项目

```bash
awstats init # 初始化 可缩写为: aws i

awstats generate # 生成 aws g (以此类推输入首字母即可)

awstats minify # 压缩

awstats server # 本地预览

awstats deploy # 部署

awstats clean # 清理
```

## License

[MIT](LICENSE)