Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/rust-gitconfig2json
Parse `git config --list --null` using gitconfig::Value for api
https://github.com/packsaddle/rust-gitconfig2json
Last synced: 7 days ago
JSON representation
Parse `git config --list --null` using gitconfig::Value for api
- Host: GitHub
- URL: https://github.com/packsaddle/rust-gitconfig2json
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-11-07T07:53:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T15:57:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-29T01:25:03.194Z (15 days ago)
- Language: Rust
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license-apache
Awesome Lists containing this project
README
# gitconfig2json
[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]
> Parse `git config --list --null` using gitconfig::Value for api
See [gitconfig](https://github.com/packsaddle/rust-gitconfig) a simple module.
See [gitconfig2json_cli](https://github.com/packsaddle/rust-gitconfig2json_cli) CLI for this module.## Example
## Install
```
$ cargo install gitconfig2json
```## changelog
[changelog](./changelog.md)
## License
MIT/Apache-2.0 © [Sanemat](http://sane.jp)
[travis-url]: https://travis-ci.org/packsaddle/rust-gitconfig2json
[travis-image]: https://img.shields.io/travis/packsaddle/rust-gitconfig2json/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-gitconfig2json/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-gitconfig2json/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/gitconfig2json
[crates-image]: https://img.shields.io/crates/v/gitconfig2json.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/gitconfig2json.svg?style=flat-square