shards

Version, currently master branch1 version
  • master branchlatestApr 9, 2017

github.com/tstepp/pga-leaderboard

A crystal lang experiment that prints active PGA tournament leaderboard to the terminal.

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  shards:
    github: tstepp/pga-leaderboard
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

README

# pga-leaderboard
A [crystal lang](https://crystal-lang.org/) experiment. Command line tool for printing active PGA tournament leaderboards to the terminal.

![pga-leaderboard](https://github.com/tstepp/pga-leaderboard/blob/master/images/leaderboard-crystal.gif)

## Usage
- Clone the repo: `git clone git@github.com:tstepp/pga-leaderboard.git`
- Run the script (from within project): `./bin/pga-leaders`
  - In order to use the CLI command from anywhere, you can add the project's bin path to your $PATH or symlink the bin to a location that is already in you $PATH. 

## Dependencies
- crystal lang

## Installation
- clone project
- within project run `crystal deps` to install dependencies
- within project run `crystal run runner.cr`