Bud 🌷 - symbolizes the early stages of development - is a CLI tool for creating new projects, also from templates.
- Clone this repository:
git clone https://github.com/xHyroM/bud.git
- Navigate to the project directory:
cd bud
- Open the project in your editor of choice
- To build the project, run
cargo build
- To run the project in development, run
cargo run
To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-feature
- Commit your changes:
git commit -am "Add my feature"
- Push the branch:
git push origin my-feature
- Open a pull request
This project is licensed under the Apache-2.0 License.