Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 639 Bytes

Contributing to Procdraw

Development environment automated tasks

Prerequisites

  • Python 3

Install Python dependencies

> py -m venv env
> .\env\Scripts\activate
> python -m pip install --upgrade pip
> pip install -r requirements.txt

Available tasks

> invoke --list

Available tasks:

  check-file-headers   Check the C++ source file headers
  format-cpp           Format the C++ source files with clang-format
  validate-xml         Validate the docs XML
  website.build        Build the website
  website.server       Run a local dev web server