Skip to content

k0va1/gemfather-cli

Repository files navigation

Gemfather CLI

Build status

gemfather-cli allows you to create new gems easily providing predifined templates

asciicast

It includes:

  • Makefile
  • Linter config
  • Test config

Supported Ruby versions

This gem supports Ruby version >= 2.6.0

Installation

gem install gemfather-cli

Usage

Just call gemfather in the terminal

Development

  • run make install to install gem dependencies
  • run make start to install gem dependencies
  • run make test to run tests
  • run make lint-fix to run autocorrect
  • run make install_gem to intall gem locally
  • run make reinstall_gem to reintall gem locally

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/k0va1/gemfather-cli.

License

The gem is available as open source under the terms of the MIT License.