Cookiecutters for various projects.
Execute cookiecutter with the chosen template directory:
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory <directory-name>
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory leetcode-go
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory leetcode-kotlin
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory leetcode-rust
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory leetcode-scala
cookiecutter https://github.com/petr-korobeinikov/cookiecutters/ --directory leetcode-swift
The recommended way is to use pipx
:
pip install pipx
pipx install cookiecutter
See more instructions in the official repo: https://github.com/cookiecutter/cookiecutter