https://github.com/xhyrom/bud
Bud 🌷 - symbolizes the early stages of development - is a CLI tool for creating new projects, also from templates.
https://github.com/xhyrom/bud
Last synced: 3 months ago
JSON representation
Bud 🌷 - symbolizes the early stages of development - is a CLI tool for creating new projects, also from templates.
- Host: GitHub
- URL: https://github.com/xhyrom/bud
- Owner: xhyrom
- License: apache-2.0
- Created: 2023-05-14T20:19:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T19:08:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T16:02:44.804Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
Bud
**Bud 🌷** - _symbolizes the early stages of development_ - is a CLI tool for creating new projects, also from templates.
⚠️ -- currently in development --
## Setup
1. Clone this repository: `git clone https://github.com/xHyroM/bud.git`
2. Navigate to the project directory: `cd bud`
3. Open the project in your editor of choice## Usage
- To build the project, run `cargo build`
- To run the project in development, run `cargo run`## Contributing
To contribute to this project, please follow the [standard Git workflow](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow) and [CONTRIBUTING](./CONTRIBUTING.md).
1. Fork this repository
2. Create a new branch for your changes: `git checkout -b my-feature`
3. Commit your changes: `git commit -am "Add my feature"`
4. Push the branch: `git push origin my-feature`
5. Open a pull request## License
This project is licensed under the [Apache-2.0 License](LICENSE).