Open-sourced my dtools CLI

This commit is contained in:
2025-11-24 15:32:30 -07:00
parent 3cff748a76
commit 8df7811c39
254 changed files with 40015 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
# Contributing
Contributors are very welcome! **No contribution is too small and all contributions are valued.**
## Bashly
This project is created using the fantastic [Bashly](https://bashly.dev) framework. Be sure to reference the Bashly docs
to understand how to make changes to the CLI.
## Building
Once you make changes, simply run `make build` and it will generate a new `dtools` script in the project root.
## Questions? Reach out to me!
If you encounter any questions while developing devtools, please don't hesitate to reach out to me at
alex.j.tusa@gmail.com. I'm happy to help contributors in any way I can, regardless of if they're new or experienced!