-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c611113
commit fb30533
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# LazyScraper 项目说明 | ||
|
||
python ayugespidertools 项目结构模版生成。 | ||
## 简介 | ||
|
||
> 用于 python AyugeSpiderTools 项目结构模版生成。 | ||
- 在创建 `scrapy` 项目时,每次都需要配置开发工具,测试工具,`CI/CD` 等内容,非常需要一种方式来快速创建项目模版的方法; | ||
- `AyugeSpiderTools` 项目现保持结构与 `scrapy` 一致,其他配置和运行等模版则通过此项目实现; | ||
- 基于 `cookiecutter` 可以很方便地实现个性化项目模版的创建。 | ||
|
||
## 使用方式 | ||
|
||
```shell | ||
# 需要提前安装好 `cookiecutter` | ||
pip install cookiecutter | ||
|
||
# 然后根据 repo 模版生成项目 | ||
cookiecutter https://github.com/shengchenyang/LazyScraper.git | ||
``` | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.