An open API service indexing awesome lists of open source software.

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

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.