Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 468 Bytes

mruby-augeas

mruby bindings for augeas

Usage

To include mruby-augeas in your build of mruby, you need to have the augeas libraries installed. Then add this to your build_config.rb:

  conf.gem :github => "hercules-team/mruby-augeas"

The bindings themselves follow the ruby-augeas bindings as closely as is possible under mruby.