extray

See README.md for example usage


License
BSD-2-Clause-FreeBSD
Install
gem install extray -v 0.2

Documentation

extray - extract file name extensions

EXAMPLES

$ extray hello.html
html

$ extray archive.tar.gz
gz

$ extray config.XML
XML

$ extray Dockerfile

$

HOMEPAGE

https://github.com/mcandre/extray

RUBYGEMS

https://rubygems.org/gems/extray

ABOUT

extray is a small, cross-platform command line tool for reporting file name extensions.

REQUIREMENTS

Optional

INSTALL

Install via RubyGems:

$ gem install extray

LICENSE

FreeBSD

DEVELOPMENT

Testing

Keep the code functioning:

$ rake test

Linting

Keep the code tidy:

$ rake lint

Git Hooks

See hooks/.