Sha256: 15b117d28a025438457db874fe62944ff7e9b5c9accadc57699f5efef96bc3c3

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

# Siege

Software architecture principles realized as a code.

## Installation

```ruby
gem 'siege'
```

```shell
$ bundle install
# --- or ---
$ gem install 'siege'
```

```ruby
require 'siege'
```

## Contributing

- Fork it ( https://github.com/0exp/siege/fork )
- Create your feature branch (`git checkout -b feature/my-new-feature`)
- Commit your changes (`git commit -am '[my-new-featre] Add some feature'`)
- Push to the branch (`git push origin feature/my-new-feature`)
- Create new Pull Request

## License

Released under MIT License.

## Authors

[Rustam Ibragimov](https://github.com/0exp)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
siege-0.0.0 README.md