Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 523 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 523 Bytes

Cookiecutter template to create xxh-plugin-prerun.

Example

pip install cookiecutter

cookiecutter gh:xxh/cookiecutter-xxh-plugin-prerun
# github_username [username]: xxh
# project_name [my-tool]: zoxide
# project_repo_name [xxh-plugin-prerun-zoxide]: <ENTER>
# project_short_description [The my-tool for xxh.]: Using zoxide in xxh.

tree xxh-plugin-prerun-zoxide
# xxh-plugin-prerun-zoxide/
# ├── build.sh
# ├── LICENSE
# ├── prerun.sh
# ├── README.md
# └── requirements.txt