Conway's Game of Life

Version, currently master branch1 version
  • master branchlatestFeb 12, 2020

github.com/ftarulla/crystal-examples-book-ci

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  Conway's Game of Life:
    github: ftarulla/crystal-examples-book-ci
    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
0.31.1
License
MIT
Author
Franciscello
Target
  • ci from src/game_of_life.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal
  • lucky*github: luckyframework/lucky
  • mysql~>0.9.0github: crystal-lang/crystal-mysql
  • redis~> 2.5.0github: stefanwille/crystal-redis

README

Continuous Integration in Crystal Example

Example of a Crystal project for testing TravisCI and CircleCI

Contributors