Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/packsaddle/rust-git_httpsable
- Owner: packsaddle
- License: apache-2.0
- Created: 2017-10-20T14:51:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:43:41.000Z (about 7 years ago)
- Last Synced: 2024-12-06T07:07:32.924Z (20 days ago)
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: license-apache
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