github.com/crubalcaba/executor
master / published May 31, 2021 / repository
executor
Kemal web server waiting for posts to execute a local command. (extremely overengineered :)
Installation
Install crystal.
Usage
crystal run src/executor.cr or build and run after the compiled version :)
Development
shards install and you should be good to go :)
(you might need to install libyaml-dev or its equivalent in your OS if it fails at building ameba)
Contributing
- Fork it (https://github.com/crubalcaba/executor/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
- Carlos Rubalcaba - creator and maintainer
API
This version publishes no documented types.