Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packsaddle/rust-gitconfig
`git config --list --null` to object
https://github.com/packsaddle/rust-gitconfig
Last synced: 7 days ago
JSON representation
`git config --list --null` to object
- Host: GitHub
- URL: https://github.com/packsaddle/rust-gitconfig
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-11-16T00:14:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T12:30:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T23:50:51.435Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license-apache
Awesome Lists containing this project
README
# gitconfig
[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]
> `git config --list --null` to object
See [gitconfig2json](https://github.com/packsaddle/rust-gitconfig2json) usage for this module.
## Example
## Install
```
$ cargo install gitconfig
```## changelog
[changelog](./changelog.md)
## License
MIT/Apache-2.0 © [Sanemat](sane.jp)
[travis-url]: https://travis-ci.org/packsaddle/rust-gitconfig
[travis-image]: https://img.shields.io/travis/packsaddle/rust-gitconfig/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-gitconfig/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-gitconfig/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/gitconfig
[crates-image]: https://img.shields.io/crates/v/gitconfig.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/gitconfig.svg?style=flat-square