Sha256: a4e8ae0fe97fabc8583eb7d2598740ff367fe01c5e450f4624d7419435f4d03a
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
gemstat is a gem usage analyzer which tells you the number of gems used and even similarlity of each gems. # Usage ``` # Install $ gem install gemstat # Show a list of gems which are similar to a given gem $ gemstat look_like ../sinatra/Gemfile aldebaran (0.5pt) annyong (0.333pt) aframe-switch (0.333pt) acceptable (0.333pt) angularjs_json_middleware (0.333pt) adsf (0.333pt) anupom-anobik (0.333pt) any_view (0.333pt) arthurgeek-nyane (0.333pt) aslakhellesoy-bcat (0.333pt) # Show a list of gems which are suggested for a given gem $ gemstat suggest_for activerecord rspec (0.667pt) activerecord (0.667pt) tzinfo (0.333pt) # Show a list of gems a given gem is required by $ gemstat also_required actionview aaf-lipstick action_widget actionmailer actionpack actionview-helpers-auto_tag_helper actionview-pathfinder actionview-rev_manifest activerecord-userstamp augit aws_upload # Show a list of gems a given gem dependents on $ gemstat dependency actionview activesupport builder erubis rails-html-sanitizer rails-dom-testing actionpack activemodel ``` ### license MIT ### TODO - Modify `update` subcommand to allow incremental update - Update README.md and gemstat.gemspec with better descriptions - Windows support (Now only Mac and Linux is supported)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemstat-0.3.0 | README.md |