• Stars
    star
    5
  • Rank 2,774,876 (Top 57 %)
  • Language
    Ruby
  • License
    MIT License
  • Created about 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chef cookbook for installing crystal.

crystal-cookbook Build Status

Chef cookbook for installing crystal.

Usage

Add below line to your Berksfile.

cookbook 'crystal', github: 'vjdhama/crystal-cookbook'

##TODO'S

  • Add option for installing different versions.
  • Add support for more platforms.
    • Ubuntu
    • Debian
    • Centos
    • Alpine
  • Add travis for running kitchen tests.

Contributing

  1. Fork it ( https://github.com/vjdhama/crystal-cookbook/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

  • vjdhama - Vijay Dhama : creator, maintainer