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.
- Host: GitHub
- URL: https://github.com/pinzolo/tablarian
- Owner: pinzolo
- License: mit
- Created: 2016-07-02T03:13:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T06:12:39.000Z (over 8 years ago)
- Last Synced: 2024-10-23T14:15:32.590Z (about 1 year ago)
- Language: PLpgSQL
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tablarian
[](http://travis-ci.org/pinzolo/tablarian)
[](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)