adelnor

rubygems rubygems rubygems

Build Ruby Style Guide Ruby Style Guide ``` .___ .__ _____ | _/__ | | ____ ___________ __ \ / __ |/ __ | | / \ / _ _ __ \ / __ _/ // \ _/| || | ( <> ) | \/ (___ /____ |___ >_/| /___/|_| \/ \/ \/ \/


[adelnor](https://rubygems.org/gems/adelnor) is a dead simple, yet Rack-compatible, HTTP server written in Ruby.

## Requirements

Ruby

## Installation
```bash
$ gem install adelnor

Development tooling

Make and Docker

Using make

$ make help

Output:

Usage: make <target>
  help                       Prints available commands
  sample.server              Runs a sample server in the port 3000
  bundle.install             Installs the Ruby gems
  bash                       Creates a container Bash
  run.tests                  Runs Unit tests
  rubocop                    Runs code linter
  ci                         Runs Unit tests in CI
  gem.publish                Publishes the gem to https://rubygems.org (auth required)
  gem.yank                   Removes a specific version from the Rubygems

Running a sample server in development

$ make bundle.install
$ make sample.server

Open http://localhost:3000