Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 691 Bytes

File metadata and controls

39 lines (28 loc) · 691 Bytes

Eclexiaiser — Developer Quickstart

Clone, build, test, contribute.

Prerequisites

  • Git 2.40+

  • just (command runner)

  • See just doctor output for language-specific requirements

Setup

git clone https://github.com/hyperpolymath/eclexiaiser
cd eclexiaiser
just doctor    # verify toolchain
just heal      # auto-install missing tools

Development Workflow

just tour      # understand the codebase
just help-me   # see available commands

Before Committing

just assail    # run panic-attacker security scan

Contributing

See CONTRIBUTING.md for guidelines.