Crank alternatives and similar shards
Based on the "Services and Apps" category.
Alternatively, view Crank alternatives based on common mentions on social networks and blogs.
-
Crystal [ANN]
Web site to announce new Crystal projects, blog posts, updates and other work activities -
procodile
๐ Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of Crank or a related project?
README
Crank
Foreman in Crystal
This is very much a work in progress.
Installation
Clone this repo
git clone https://github.com/arktisklada/crank.git
Symlink /usr/bin/crank
(or a folder in your path) to bin/crank
in this cloned repo.
Usage
With the following Procfile
:
web: bin/server 7000
worker: bin/worker queue=FOO
Run crank
17:12:48 web | listening on port 7000
17:12:48 worker | listening to queue FOO
Credits
Inspired by the original Foreman by David Dollar (@ddollar).
License
(Apache 2.0)[http://www.apache.org/licenses/LICENSE-2.0] © 2017 Clayton Liggitt
*Note that all licence references and agreements mentioned in the Crank README section above
are relevant to that project's source code only.