cashrun v1.1.4
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
- Fork it ( https://github.com/willamin/cashrun/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- willamin Will Lewis - creator, maintainer
Repository
cashrun
Owner
Statistic
- 1
- 1
- 1
- 0
- 0
- about 4 years ago
- May 18, 2018
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 05:51:13 GMT
Languages