Skip to content

Radheshg04/booty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

booty

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.

Features

  • 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.

Installation

Prerequisites

  • Go 1.16 or higher installed on your system.

Steps

  1. Clone the Repository:

     git clone https://github.com/Radheshg04/booty.git
     cd booty
  2. Build The Application:

     go build .
  3. Run The Application:

     ./booty

Usage

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.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.

Contact

For any queries or feedback, please open an issue on the GitHub repository.

About

A basic devtool for faster dev onboarding via YAML configs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages