GithubHelp home page GithubHelp logo

kijimad / gemat Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 200 KB

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

License: GNU General Public License v3.0

Ruby 96.32% Shell 0.75% Makefile 2.93%
ruby ruby-gems gemfile format

gemat's Introduction

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.

gemat's People

Contributors

kijimad avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.