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:
- Create repository;
- Run
cookiecutter https://github.com/taskiq-python/project-template
; - Answer 2 questions PLEASE USE SNAKE CASE FOR PROJECT NAMES;
- Initialize git repo;
- Push initial commit;
- Create awesome project.