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

https://github.com/alexwayfer/gem_template

Personal gem template for `gem_generator`
https://github.com/alexwayfer/gem_template

Last synced: 4 months ago
JSON representation

Personal gem template for `gem_generator`

Awesome Lists containing this project

README

          

# Gem Template

This is my personal gem template.

Can be example template for [`gem_generator`](https://github.com/AlexWayfer/gem_generator).

## Usage

### Preparation

```sh
gem install gem_generator
```

### Generation

```sh
gem_generator AlexWayfer/gem_template --git
```

Don't forget about `.gem_generator.yaml` config with `:namespace` key or `--namespace` CLI option.