Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemeff/lutra
Yet another in source annotations parser
https://github.com/artemeff/lutra
Last synced: 12 days ago
JSON representation
Yet another in source annotations parser
- Host: GitHub
- URL: https://github.com/artemeff/lutra
- Owner: artemeff
- License: mit
- Created: 2013-10-04T09:09:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T08:41:15.000Z (about 9 years ago)
- Last Synced: 2024-12-05T12:21:07.901Z (29 days ago)
- Language: Ruby
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### lutra [![Gem version](https://img.shields.io/gem/v/lutra.svg)](https://rubygems.org/gems/lutra) [![Build Status](https://img.shields.io/travis/artemeff/lutra.svg)](https://travis-ci.org/artemeff/lutra) [![Code Climate](https://img.shields.io/codeclimate/github/artemeff/lutra.svg)](https://codeclimate.com/github/artemeff/lutra)
---
In source annotations parser;
---
### Installation
```bash
$ gem install lutra
```### Usage
```bash
$ lutra [OPTIONS] [PATH]
``````
Usage: lutra [OPTIONS] [PATH]
-t, --tags=TAG Search for custom tags
-c, --comments=COM Specify comment lines
-s, --text-size=SIZE Set text size for formatter
-v, --verbose Verbose output
--hide-tags Hide tags
```---
### 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