gemfather-cli
allows you to create new gems easily providing predifined templates
It includes:
- Makefile
- Linter config
- Test config
This gem supports Ruby version >= 2.6.0
gem install gemfather-cli
Just call gemfather
in the terminal
- 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
Bug reports and pull requests are welcome on GitHub at https://github.com/k0va1/gemfather-cli.
The gem is available as open source under the terms of the MIT License.