booty is a lightweight developer tool designed to streamline the onboarding process by utilizing YAML configurations. It automates the setup of development environments, ensuring consistency and reducing manual effort.
- YAML-Based Configuration: Define your development environment using simple YAML files.
- Automated Setup: Quickly initialize and configure your development environment with minimal commands.
- Go-Powered: Built with Go, ensuring fast execution and easy deployment.
- Go 1.16 or higher installed on your system.
-
Clone the Repository:
git clone https://github.com/Radheshg04/booty.git cd booty -
Build The Application:
go build . -
Run The Application:
./booty
Place your YAML configuration files in the appropriate directory.
The application will parse these files to set up your development environment accordingly.
Note: Detailed usage instructions and YAML schema definitions will be provided in future updates.
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
For any queries or feedback, please open an issue on the GitHub repository.