Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 434 Bytes

File metadata and controls

14 lines (10 loc) · 434 Bytes

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.