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

https://github.com/sanderploegsma/goboot

Learning go: simple CLI to create bootable USB drives
https://github.com/sanderploegsma/goboot

Last synced: 4 months ago
JSON representation

Learning go: simple CLI to create bootable USB drives

Awesome Lists containing this project

README

        

# goboot
[![Travis](https://img.shields.io/travis/sanderploegsma/goboot.svg)](https://travis-ci.org/sanderploegsma/goboot)
[![Code Climate](https://img.shields.io/codeclimate/coverage/sanderploegsma/goboot.svg)](https://codeclimate.com/github/sanderploegsma/goboot)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/sanderploegsma/goboot.svg)](https://codeclimate.com/github/sanderploegsma/goboot)
[![Go Report Card](https://goreportcard.com/badge/github.com/sanderploegsma/goboot)](https://goreportcard.com/report/github.com/sanderploegsma/goboot)

Create bootable USB drives using this simple CLI.

*Note: this is by no means production ready yet*