github.com/ER-28/crtree
0.1.0 / published Feb 5, 2024 / repository
A tree like program but in Crystal
crtree
CrTree is a simple implementation of a tree data structure in Crystal.
Installation
- Clone the repository
- Run
crystal build ./src/crtree.crto build the application - Run
./crtreeto execute the application - Enjoy!
Usage
./crtree
Flags:
--help -h: Show help message--version -v: Show version information- '--path=PATH -p': Set the path to the file to be read
Contributing
- Fork it (https://github.com/your-github-user/crtree/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- l-guerra-rago - creator and maintainer