Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/packsaddle/rust-git_httpsable

Execute git command with https-url.
https://github.com/packsaddle/rust-git_httpsable

Last synced: 2 days ago
JSON representation

Execute git command with https-url.

Awesome Lists containing this project

README

        

# git_httpsable

[![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image]

> Execute git command with https-url.

See [git_httpsable_cli](https://github.com/packsaddle/rust-git_httpsable_cli) for the command-line version.

## Install

```
$ cargo install git_httpsable
```

## changelog

[changelog](./changelog.md)

## License

MIT/Apache-2.0 © [sanemat](http://sane.jp)

[travis-url]: https://travis-ci.org/packsaddle/rust-git_httpsable
[travis-image]: https://img.shields.io/travis/packsaddle/rust-git_httpsable/master.svg?style=flat-square&label=travis
[appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-git-httpsable/branch/master
[appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-git-httpsable/master.svg?style=flat-square&label=appveyor
[crates-url]: https://crates.io/crates/git_httpsable
[crates-image]: https://img.shields.io/crates/v/git_httpsable.svg?style=flat-square
[license-image]: https://img.shields.io/crates/l/git_httpsable.svg?style=flat-square