/hanami-runner

Primary LanguageRubyMIT LicenseMIT

Gem Version Gem

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

group :plugins do
  gem 'hanami-runner'
end

and then use it with

hanami run '<YOUR-CODE>'

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.