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

https://github.com/dryruby/ruby-template

Template repository for public-domain libraries written in the Ruby programming language.
https://github.com/dryruby/ruby-template

dryproject ruby template-project

Last synced: about 1 month ago
JSON representation

Template repository for public-domain libraries written in the Ruby programming language.

Awesome Lists containing this project

README

          

# Foobar for Ruby

[![Project license](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Ruby compatibility](https://img.shields.io/badge/ruby-2.7%2B-blue)](https://rubygems.org/gems/foobar)
[![RubyGems gem](https://img.shields.io/gem/v/foobar.svg)](https://rubygems.org/gems/foobar)

## Prerequisites

- [Ruby](https://www.ruby-lang.org/en/) 2.7+

## Installation

```bash
$ gem install foobar
```

## Examples

### Importing the library

```ruby
require 'foobar'
```