Project

gemat

0.0
No release in over a year
Gemat is a Ruby gem for curating and exporing Gemfile to several formats!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gem Version Check

Gemat

Gemat is a Ruby gem for curating and exporing Gemfile to several formats!

$ gemat md

| index | name | repo_uri | documentation_uri |
| ---- | ---- | ---- | ---- |
| 0 | httpclient | https://github.com/nahi/httpclient | https://www.rubydoc.info/gems/httpclient/2.8.3 |
| 1 | rake | https://github.com/ruby/rake | https://ruby.github.io/rake |
| 2 | ruby-progressbar | https://github.com/jfelchner/ruby-progressbar | https://github.com/jfelchner/ruby-progressbar/tree/releases/v1.11.0 |
| 3 | thor | https://github.com/erikhuda/thor | http://whatisthor.com/ |
index name repo_uri documentation_uri
0 httpclient https://github.com/nahi/httpclient https://www.rubydoc.info/gems/httpclient/2.8.3
1 rake https://github.com/ruby/rake https://ruby.github.io/rake
2 ruby-progressbar https://github.com/jfelchner/ruby-progressbar https://github.com/jfelchner/ruby-progressbar/tree/releases/v1.11.0
3 thor https://github.com/erikhuda/thor http://whatisthor.com/

Installation

gem gemat

And then execute:

$ bundle install

Or install it yourself as:

$ gem install gemat

Usage

# at your bundled project...

$ gemat csv # export to CSV
$ gemat md  # export to markdown
$ gemat org # export to org

# optional arguments
$ gemat csv --input ~/path/to/Gemfile # specify gemfile
$ gemat csv --output test.csv         # specify writing file
$ gemat csv --columns index repo_uri name documentation_uri gem_uri version authors # specify printing column
$ gemat md --all t # select all column

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kijimaD/gemat. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

Code of Conduct

Everyone interacting in the Gemat project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.