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`
- Host: GitHub
- URL: https://github.com/alexwayfer/gem_template
- Owner: AlexWayfer
- Created: 2021-10-05T19:52:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T12:50:55.000Z (6 months ago)
- Last Synced: 2025-12-21T01:17:32.356Z (6 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.