Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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