Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rnd-soft/bbk-app

[MIRROR] Classes for building services based on BBK stack
https://github.com/rnd-soft/bbk-app

bbk event gem messaging ruby

Last synced: about 7 hours ago
JSON representation

[MIRROR] Classes for building services based on BBK stack

Awesome Lists containing this project

README

        

# BBK::App

Classes for building services based on BBK stack.

## Installation

Adding to a gem:

```ruby
# my-cool-gem.gemspec

Gem::Specification.new do |spec|
# ...
spec.add_dependency "bbk-app", "~> 1.0.0"
# ...
end
```

Or adding to your project:

```ruby
# Gemfile

gem "bbk-app", "~> 1.0.0"
```

### Supported Ruby versions

* Ruby (MRI) >= 2.5.0

### Tested Ruby versions

* Ruby (MRI) 2.5.x
* Ruby (MRI) 3.0.x

## Contributing

See the file [CONTRIBUTING.md](./CONTRIBUTING.md)

## License

See the file [LICENSE](./LICENSE)