https://github.com/ebkalderon/tq
Command-line TOML processor
https://github.com/ebkalderon/tq
cli devops devops-tools rust toml
Last synced: 12 months ago
JSON representation
Command-line TOML processor
- Host: GitHub
- URL: https://github.com/ebkalderon/tq
- Owner: ebkalderon
- License: apache-2.0
- Created: 2018-08-14T13:39:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T20:27:23.000Z (over 2 years ago)
- Last Synced: 2025-01-06T09:12:01.533Z (about 1 year ago)
- Topics: cli, devops, devops-tools, rust, toml
- Language: Rust
- Homepage:
- Size: 407 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# tq
[![Build Status][s1]][cc]
[s1]: https://circleci.com/gh/ebkalderon/tq.svg?style=shield
[cc]: https://circleci.com/gh/ebkalderon/tq
Stream based command-line TOML processor similar to [jq].
[jq]: https://stedolan.github.io/jq/
## Getting started
TODO
## License
tq is free and open source software distributed under the terms of both the
[MIT](LICENSE-MIT) and the [Apache 2.0](LICENSE-APACHE) licenses.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.