https://github.com/emeraldindustries/attic
One-off utilities. No-maintenance OSS.
https://github.com/emeraldindustries/attic
bash devops git github migration shell utilities
Last synced: 6 months ago
JSON representation
One-off utilities. No-maintenance OSS.
- Host: GitHub
- URL: https://github.com/emeraldindustries/attic
- Owner: emeraldindustries
- License: mit
- Created: 2025-08-22T22:37:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T02:03:13.000Z (8 months ago)
- Last Synced: 2025-08-23T03:03:40.526Z (8 months ago)
- Topics: bash, devops, git, github, migration, shell, utilities
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Emerald Attic
Small, sharp utilities — published **as‑is**. [](https://github.com/emeraldindustries/attic/discussions)
> Handy scripts for migrations and maintenance. Minimal deps. Fork‑friendly.
### ✨ Highlights
- 🪛 **Tiny & portable**: shell‑first (Bash 4+), works on macOS & Ubuntu.
- 🧪 **Dry‑run friendly**: many tools include a `--help`/`--dry-run`.
- 🔓 **MIT‑licensed**: copy, tweak, reuse.
### 🚀 Quick start
```bash
git clone https://github.com/emeraldindustries/attic.git
cd attic/tools/github
./retarget-remotes.sh --help
```
> Browse tools: `tools//…` (e.g., [`tools/github/`](./tools/github)).
### 🤝 Contributing & Support
- Read the **Contributing guide** → [`docs/CONTRIBUTING.md`](./docs/CONTRIBUTING.md)
- Review our **Support policy** → [`docs/SUPPORT.md`](./docs/SUPPORT.md)
> **Questions?** Please use **[Discussions → Q&A](https://github.com/emeraldindustries/attic/discussions/categories/q-a)** (community-help, as-is).
### 📜 License
MIT © 2025 Emerald Industries — see [`LICENSE`](./LICENSE).