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

https://github.com/kachick/ruby-gem-template

Ruby library template for my own
https://github.com/kachick/ruby-gem-template

gem ruby temlate

Last synced: over 1 year ago
JSON representation

Ruby library template for my own

Awesome Lists containing this project

README

          

# my_new_library

Ruby library template for my own

---

[![Build Status](https://github.com/kachick/my_new_library/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/kachick/my_new_library/actions/workflows/ci.yml?query=branch%3Amain++)
[![Gem Version](https://badge.fury.io/rb/my_new_library.svg)](https://badge.fury.io/rb/my_new_library)

Summary

## Usage

Add below code into your Gemfile

```ruby
gem 'my_new_library', '~> 0.1.0'
gem 'my_new_library', '~> 0.0.1', '< 0.1.0' # for beta
```

### Overview

```ruby
MyNewLibrary.example(42)
```

## Links

- [Repository](https://github.com/kachick/my_new_library)
- [API documents](https://kachick.github.io/my_new_library/)

## Note

:)