package

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

  1. Clone the repository
  2. Run crystal build ./src/crtree.cr to build the application
  3. Run ./crtree to execute the application
  4. 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

  1. Fork it (https://github.com/your-github-user/crtree/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

API