Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syndbg/vagrant-go

Unofficial Vagrant client in Golang that parses `--machine-readable` output
https://github.com/syndbg/vagrant-go

Last synced: 11 days ago
JSON representation

Unofficial Vagrant client in Golang that parses `--machine-readable` output

Awesome Lists containing this project

README

        

# vagrant-go

[![Build Status](https://travis-ci.org/syndbg/vagrant-go.svg?branch=master)](https://travis-ci.org/syndbg/vagrant-go)

Unofficial Vagrant client in Golang that parses `--machine-readable` output from `vagrant` binary.

**Do not use it, it's work in progress.**

## Installation

```shell
> go get github.com/syndbg/vagrant-go
```

## Usage

To be filled