https://github.com/apontini/hanami-runner
https://github.com/apontini/hanami-runner
cli hanami ruby runner
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/apontini/hanami-runner
- Owner: apontini
- License: mit
- Created: 2019-05-20T13:20:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T10:03:55.000Z (over 2 years ago)
- Last Synced: 2025-08-24T03:36:47.563Z (about 2 months ago)
- Topics: cli, hanami, ruby, runner
- Language: Ruby
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/rb/hanami-runner) 
# hanami-runner
This gem allows you to add a `run` subcommand to the `hanami` command. This is supposed to allow you to execute code via CLI using your Hanami project dependencies (much like `runner` for Rails).
## Installation
Eazy peazy, just add this string to your gemfile
```rb
group :plugins do
gem 'hanami-runner'
end
```
and then use it with
```shell
hanami run ''
```
while being in you hanami project root (i.e where the Gemfile is).## Maintenance and Contribution
I'll be rarely maintaining this source code due to lack of time, but i will do as much as i can to resolve any open issues.
If you want to contribute, feel free to fork it, branch it and to create a pull request.