capyBearista/ObsiWiki

Create an automated setup script

Open

#11 aperta il 8 ago 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Python (1 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (7 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Right now setup requires quite a few (easy but) manual steps. Let's make it even easier.

Current setup:

  1. Create GitHub Wiki
  2. Clone repo
  3. Copy post-commit and transformation.py scripts
  4. Create branches
  5. Set permissions
  6. Test manually

Proposed automation:

  • Automatically create the needed branches
  • Install the post-commit hook and transformation.py
  • Set correct permissions
  • Run a test to verify everything works
  • Give helpful error messages

Language: Python with simple CLI prompts

Guida contributor