crane

Version, currently master branch1 version
  • master branchlatestMar 18, 2017

github.com/RX14/crane

Manage and install crystal versions and toolchains with ease

5 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crane:
    github: RX14/crane
    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.21.1
License
MIT
Author
Chris Hobbs (RX14)
Targets
  • crane from src/entrypoint.cr
  • crystal-wrapper from src/wrappers/crystal.cr

Dependencies

Runtime Dependencies

  • cli~> 0.6.7github: mosop/cli

README

Crane

Crane aims to manage and install crystal versions, and eventually entire toolchains with a simple-to-use CLI.

Contributing

TODO: high-level architecture description

Contributors

  • Chris Hobbs (RX14) - creator, maintainer