Skip to content

warmdev17/ash

Repository files navigation

🚀 ASH

Automate your GitLab assignment workflow — all with a single command.
ASH semi-automates the process of managing assignments and repositories on GitLab, helping students and developers save time and stay organized. Built with Go and powered by the Cobra framework, ASH is fast, lightweight, and easy to use.


⚙️ Installation

🪟 Windows (via winget)

You can install ASH directly using the Windows Package Manager:

winget install warmdev.ash

To verify the installation:

ash -v

🍎 macOS (via Homebrew) — coming soon

Homebrew support is coming soon! Once available, you’ll be able to install ASH with:

brew install warmdev/tap/ash

🐧 Linux / Build from source

If you’re on Linux or prefer building from source, make sure you have Go 1.22+ installed, then run:

git clone https://github.com/warmdev/ash.git
cd ash
go build -o ash .
sudo mv ash /usr/local/bin/

You can then verify the installation with:

ash -v

Made with ❤️ by warmdev

About

A CLI tool to automate GitLab-based homework submission and workflow management.

Resources

License

Stars

Watchers

Forks