Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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