https://github.com/taskiq-python/project-template
Cookiecutter template for new taskiq projects
https://github.com/taskiq-python/project-template
Last synced: 9 months ago
JSON representation
Cookiecutter template for new taskiq projects
- Host: GitHub
- URL: https://github.com/taskiq-python/project-template
- Owner: taskiq-python
- Created: 2023-03-23T17:43:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T13:09:56.000Z (11 months ago)
- Last Synced: 2025-04-10T00:37:12.264Z (9 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project template for taskiq projects
This template is used to create new taskiq projects.
It has all dependencies and github action that we use for all taskiq repos.
How to create a new project:
1. Create repository;
2. Run `cookiecutter https://github.com/taskiq-python/project-template`;
3. Answer 2 questions PLEASE USE SNAKE CASE FOR PROJECT NAMES;
4. Initialize git repo;
5. Push initial commit;
6. Create awesome project.