Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 503 Bytes

DEVELOPERS.md

File metadata and controls

32 lines (22 loc) · 503 Bytes

Notes for developers

System requirements

just

Follow installation instructions from the Just Programmer's Manual for your OS.

Add completion for your shell. E.g. for bash:

source <(just --completions bash)

Show all available commands

just #  shortcut for just --list

Local development environment

Set up a local development environment with:

just dev_setup

Tests

Run the tests with:

just test <args>