Contributing#

Prerequisites#

Checkout#

  • git

    git clone https://github.com/deathbeds/doitoml
    cd doitoml
    

Setup with pip#

  • use whatever tool you prefer for virtualenvs

    python -m pip install -e .[dev]
    

doit#

Everything else is handled by doit.

Basically do everything#

doit

See all the tasks#

doit list

Learn more about a task#

doit info [task name]