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

https://github.com/pinzolo/tablarian

tablarian is librarian for tables.
https://github.com/pinzolo/tablarian

Last synced: 7 months ago
JSON representation

tablarian is librarian for tables.

Awesome Lists containing this project

README

          

# tablarian

[![Build Status](https://travis-ci.org/pinzolo/tablarian.png)](http://travis-ci.org/pinzolo/tablarian)
[![Coverage Status](https://coveralls.io/repos/github/pinzolo/tablarian/badge.svg?branch=master)](https://coveralls.io/github/pinzolo/tablarian?branch=master)

## Description

## Usage

## Install

To install, use `go get`:

```bash
$ go get -d github.com/pinzolo/tablarian
```

## Contribution

1. Fork ([https://github.com/pinzolo/tablarian/fork](https://github.com/pinzolo/tablarian/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request

## Author

[pinzolo](https://github.com/pinzolo)