github.com/luckyframework/cry

Ability to execute crystal code in a fashion similar to pry edit.

5 stars
2 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cry:
    github: luckyframework/cry
    version: ~> 0.4.3

Then run:

shards install

shard.yml

Crystal
>= 0.33.0, < 2.0.0
License
MIT
Authors
Isaac Sloan, Paul Smith
Target
  • cry from src/cry.cr

Dependencies

This version declares no dependencies.

README

CRy

Evaluated crystal code from files and command lines similar to edit in ruby pry.

Contributing

  1. Fork it ( https://github.com/luckyframework/cry/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