lochmueller/seocli
Composer 安装命令:
composer create-project lochmueller/seocli
包简介
SEO CLI Tool
README 文档
README
Scan websites against SEO criteria and/or trigger the indexing process and cache warming in deployment scripts.
Usage
Composer project
- Require lib
composer require --dev lochmueller/seocli - Run with
./vendor/bin/seocli ###ARGS###
Standalone
- Clone repo
git clone https://github.com/lochmueller/seocli.git - Load lib
cd seocli && composer install - Run with
./bin/seocli ###ARGS###
Arguments
-u uri, --uri uriThe base URI to start the SEO CLI-d depth, --depth depth (default: 1)The depth of the crawler-f format, --format format (default: text)The format of the output [text,json,xml,csv,none]-t topCount, --top-count topCount (default: 5)The number of items in the top lists [0=disable]
Example
Get information from www.website.de with depth 1 as CSV format:
###PATH###/seocli -u https://www.website.de -d 1 -f csv
统计信息
- 总下载量: 13.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: Unknown
- 更新时间: 2018-11-13