Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dave/libify
- Owner: dave
- License: other
- Created: 2018-11-30T12:15:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T09:50:32.000Z (about 5 years ago)
- Last Synced: 2024-06-20T12:07:28.762Z (7 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.