Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 468 Bytes

Ruby Gem Template

This repository contains a basic setup for a new Ruby gem.

Usage

Assuming you've cloned this repository all you need to do is run the following:

NAME=... NAMESPACE=... DIRECTORY=... bash ./create.sh
  • NAME: the name of the gem, used for directories. An example is spell_checker.
  • NAMESPACE: the namespace of the application, for example SpellChecker.
  • DIRECTORY: the directory to create the gem in (without the gem name).