Skip to content

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

License

Notifications You must be signed in to change notification settings

Xdynix/concurrently.py

Repository files navigation

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