Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stackmystack/starter-project-ruby


https://github.com/stackmystack/starter-project-ruby

Last synced: 15 days ago
JSON representation

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
```