capyBearista/ObsiWiki

Create an automated setup script

Open

#11 opened on Aug 8, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
enhancementgood first issue

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide