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
- Host: GitHub
- URL: https://github.com/kachick/ruby-gem-template
- Owner: kachick
- License: mit
- Archived: true
- Created: 2021-05-29T14:25:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:32:11.000Z (about 2 years ago)
- Last Synced: 2025-03-07T00:38:17.338Z (over 1 year ago)
- Topics: gem, ruby, temlate
- Language: Ruby
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# my_new_library
Ruby library template for my own
---
[](https://github.com/kachick/my_new_library/actions/workflows/ci.yml?query=branch%3Amain++)
[](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
:)