Sha256: 1981031fa05af9225670ed9a0f0e4542a10bdba90b531bdcc7e3c3ffac5a20b7
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
## ExtensionLister [![Gem Version](https://badge.fury.io/rb/extension_lister.svg)][gem] [![Dependency Status](https://gemnasium.com/agilecreativity/extension_lister.png)][gemnasium] [![Code Climate](https://codeclimate.com/github/agilecreativity/extension_lister.png)][codeclimate] [gem]: http://badge.fury.io/rb/extension_lister [gemnasium]: https://gemnasium.com/agilecreativity/extension_lister [codeclimate]: https://codeclimate.com/github/agilecreativity/extension_lister ### Installation Add this line to your application's Gemfile: gem 'extension_lister' And then execute: $ bundle Or install it yourself as: $ gem install extension_lister ### Usage - List all extension from a current directory (recursively) ``` extension_lister ``` - List all extension from a given directory ``` extension_lister -b ~/Downloads ``` ### Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request [thor]: https://github.com/erikhuda/thor [minitest]: https://github.com/seattlerb/minitest [guard]: https://github.com/guard/guard [yard]: https://github.com/lsegal/yard [pry]: https://github.com/pry/pry [rubocop]: https://github.com/bbatsov/rubocop [grit]: https://github.com/mojombo/grit
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
extension_lister-0.1.0 | README.md |