From 676ec3237943094155f6f14a2d8130d294290713 Mon Sep 17 00:00:00 2001 From: Bernd Worsch Date: Sat, 13 Sep 2025 00:15:44 +0200 Subject: [PATCH] chore: remove outdated readme --- tools/README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md deleted file mode 100644 index a2b287a..0000000 --- a/tools/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Railiance Tools - -## create_railiance_repo.sh -Creates a new Railiance repo in Gitea (user or org), with a minimal scaffold. - -**Requires:** `~/.railiance_gitea.conf` - -```bash -GITEA_URL="https://git.example.com" -GITEA_USER="your-username" -GITEA_ORG="" # or your org name -GITEA_TOKEN="xxxxxxxxxxxxxxxx" # scopes: read:user + write:repository - - -## Usage -./tools/create_railiance_repo.sh -./tools/create_railiance_repo.sh --repo my-repo --public --desc "My desc" -./tools/create_railiance_repo.sh --org coulomb - -## Misc -The script relies on your Git credential helper or SSH key for the initial push. \ No newline at end of file