Cookiecutter for Python Programs Projects
All dependencies will be installed on his latest versions for:
- PyQt5
# Clone this project
$ git clone https://github.com/WolfGear-Tech/Program-Cookie.git
# Install project dependencies
$ poetry install
# Run `make project` informing your target folder
$ poetry run cookiecutter . -f -o ../
# Go to new project and follow the instructions in INSTALL.md`| Name | Desc | Default Value |
|---|---|---|
| Project Name | The Project Name | Wolf Gear Project |
| Project Name Slug | Project slug Name | Wolf-Gear-Project |
| Project Name DNS | Project name for dns | wolf-gear-project |
| Project Description | Brief Project Description for README | "This project..." |
| Python Version | Project Python Version | 3.10 |
| Project Squad | The squad which will be the CODEOWNER or "No Owner" | No Owner |
- Make your alterations inside
{{cookiecutter.project_name_slug}}folder