MicroApi

This is a Rails plugin that would like to help the startup of rails applications oriented to microservices or, in general, application deployed on the cloud.

Usage

How to use my plugin in a existing project

bundle add micro_api
gem install micro_api

Installation

Add this line to your application's Gemfile:

gem "micro_api"

from localpath

gem 'micro_api', path: '/gems/micro_api'

And then execute:

bundle
bundle exec rails generate micro_api:install

Or install it yourself as:

$ gem install micro_api

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.