Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/tablewriter
Print data with a CLI table format.
https://github.com/altipla-consulting/tablewriter
Last synced: about 1 month ago
JSON representation
Print data with a CLI table format.
- Host: GitHub
- URL: https://github.com/altipla-consulting/tablewriter
- Owner: altipla-consulting
- License: mit
- Created: 2023-02-25T13:22:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T13:25:27.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T05:01:52.042Z (7 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/tablewriter
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tablewriter
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/tablewriter.svg)](https://pkg.go.dev/github.com/altipla-consulting/tablewriter)
Print data with a CLI table format.
## Install
```shell
go get github.com/altipla-consulting/tablewriter
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)