MVP: wetgit CLI — zoek, show, diff, log #33

Closed
opened 2026-03-30 10:17:33 +02:00 by coornhert · 0 comments
Owner

Beschrijving

CLI tool waarmee je lokaal door de Grondwet kunt navigeren.

Commando's (MVP)

wetgit show BWBR0001840                  # Toon de Grondwet
wetgit show BWBR0001840 --artikel 1      # Toon artikel 1
wetgit search "persoonsgegevens"          # Zoek in alle wetten
wetgit log BWBR0001840                    # Wijzigingshistorie
wetgit diff BWBR0001840 2017-11-17 2018-12-21  # Vergelijk twee versies

Technisch

  • Click framework, Rich voor formatting
  • Werkt op een lokale clone van wetgit/rijk
## Beschrijving CLI tool waarmee je lokaal door de Grondwet kunt navigeren. ## Commando's (MVP) ``` wetgit show BWBR0001840 # Toon de Grondwet wetgit show BWBR0001840 --artikel 1 # Toon artikel 1 wetgit search "persoonsgegevens" # Zoek in alle wetten wetgit log BWBR0001840 # Wijzigingshistorie wetgit diff BWBR0001840 2017-11-17 2018-12-21 # Vergelijk twee versies ``` ## Technisch - Click framework, Rich voor formatting - Werkt op een lokale clone van wetgit/rijk
coornhert added this to the MVP — Grondwet vertical slice milestone 2026-03-30 10:17:33 +02:00
coornhert added the
type:feature
component:cli
labels 2026-03-30 10:17:33 +02:00
Sign in to join this conversation.
No description provided.