cashrun v1.1.4

Cashrun helps facilitate using Crystal for short shell scripts.

cashrun

Designed to facilitate using Crystal for short shell scripts, Cashrun allows you to more simply run scripts written in Crystal. The first time you run a Crystal script, it will be compiled and cached. As long as the script didn't change, the compiled binary will be used in the future.

Usage

Cashrun should be specified in your script's shebang. For example:

#!/usr/bin/env cashrun

puts "hello from crystal!"

Caveats

This tool does not automatically remove old compiled binaries. That may be a future feature, but for the time being, you'll need to clean up after yourself.

Contributing

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

  • willamin Will Lewis - creator, maintainer
Repository

cashrun

Owner
Statistic
  • 1
  • 1
  • 1
  • 0
  • 0
  • over 3 years ago
  • May 18, 2018
License

MIT License

Links
Synced at

Sun, 05 May 2024 15:37:12 GMT

Languages