crtree

Version, currently 0.1.01 version
  • 0.1.0latestFeb 5, 2024

github.com/ER-28/crtree

A tree like program but in Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crtree:
    github: ER-28/crtree
    version: ~> 0.1.0

Then run:

shards install

shard.yml

Crystal
>= 1.10.1
License
MIT
Author
l-guerra-rago
Target
  • crtree from src/crtree.cr

Dependencies

This version declares no dependencies.

README

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