executor

Version, currently master branch1 version
  • master branchlatestMay 31, 2021

github.com/crubalcaba/executor

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  executor:
    github: crubalcaba/executor
    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
1.0.0
License
MIT
Author
Carlos Rubalcaba
Target
  • executor from src/executor.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal

Development Dependencies

  • ameba~> 0.13.0github: crystal-ameba/amebadev
  • spec-kemal*github: kemalcr/spec-kemal, branch: masterdev

README

Lint and test

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

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