Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackmystack/starter-project-ruby
https://github.com/stackmystack/starter-project-ruby
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackmystack/starter-project-ruby
- Owner: stackmystack
- License: mit
- Created: 2024-06-15T09:34:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T11:41:03.000Z (2 months ago)
- Last Synced: 2024-09-12T22:56:48.406Z (2 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter Project: Ruby
How to init:
```sh
git clone https://github.com/stackmystack/starter-project-ruby your-project
cd your-project
just init your-project
# Pay attention to the output, it's in red.
```If you don't have [`just`](https://github.com/casey/just) installed:
```sh
bin/init.rb your-project
```## Usage
Explain how to use your gem.
```ruby
require 'your_gem_name'# Usage example
```## Installation
Add this line to your application's Gemfile:
```ruby
gem 'your_gem_name'
```And then execute:
```sh
bundle install
```Or install it yourself as:
```sh
gem install your_gem_name
```