Create shareable, self-documenting command-line tools from simple YAML files. Easily wrap shell, npm, docker... anything, to standardize your processes and make the lives of the people working on your project better.
Ahoy is a command line tool designed to automate and organize workflows by creating a CLI app for each project without any code or dependencies. It simplifies the process by allowing users to write commands in a YAML file, offering features such as command listing, help text per command, tab completion, and the ability to run commands from any subdirectory.
Using Homebrew: If ahoy is in homebrew-core, run the following command to install:
brew install <ahoy>
Download the latest release from GitHub, move the appropriate binary to a location in your $PATH, and rename it ahoy.
Example:
mv ahoy /usr/local/bin/
For WSL2, use the Linux binary for your architecture and follow the same installation steps.
Ahoy is a versatile command line tool that streamlines workflow automation by providing a simple yet powerful interface to run commands across projects. With its intuitive YAML-based configuration and a range of features like tab completion, command templates, and aliases, Ahoy proves to be a valuable asset for developers working on various technologies and environments. Additionally, its non-invasive nature and support for existing workflows make it a go-to tool for enhancing productivity and maintaining consistency in command execution.
A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.