An open API service indexing awesome lists of open source software.

https://github.com/itamae-kitchen/mruby-specinfra

mruby port of mizzy/specinfra
https://github.com/itamae-kitchen/mruby-specinfra

Last synced: 7 days ago
JSON representation

mruby port of mizzy/specinfra

Awesome Lists containing this project

README

        

# mruby-specinfra [![test](https://github.com/itamae-kitchen/mruby-specinfra/actions/workflows/test.yml/badge.svg)](https://github.com/itamae-kitchen/mruby-specinfra/actions/workflows/test.yml)

[Specinfra](https://github.com/mizzy/specinfra) for mruby.

## Installation

```ruby
MRuby::Build.new do |conf|
conf.gem mgem: 'mruby-specinfra'
end
```

## Usage

See [mitamae](https://github.com/itamae-kitchen/mitamae).

## Contributing

mruby-specinfra copies changes from upstream [mizzy/specinfra](https://github.com/mizzy/specinfra)
using [update\_specinfra.rb](./update_specinfra.rb).

Please submit a patch to the upstream first when you need something in mruby-specinfra.

## License

[MIT License](./LICENSE)