Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 469 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 469 Bytes

concurrently.py

A minimum Python port of Node.js's concurrently.

Installation

pipx install git+https://github.com/Xdynix/concurrently.py.git

Usage

concurrentlypy "python3 manage.py runserver" "python3 manage.py runworker"

Development

Prerequisite: PDM

Environment setup: pdm sync

Run linters: pdm lint