Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dave/libify

Convert any Go command line app into a library
https://github.com/dave/libify

Last synced: 3 months ago
JSON representation

Convert any Go command line app into a library

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/dave/libify.svg?branch=master)](https://travis-ci.org/dave/libify) [![Documentation](https://img.shields.io/badge/godoc-documentation-brightgreen.svg)](https://godoc.org/github.com/dave/libify) [![Go Report Card](https://goreportcard.com/badge/github.com/dave/libify)](https://goreportcard.com/report/github.com/dave/libify) [![codecov](https://codecov.io/gh/dave/libify/branch/master/graph/badge.svg)](https://codecov.io/gh/dave/libify) ![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)

# Libify

Convert any Go command line app to a library.

I've only just started working on this package, so it does nothing useful yet.