Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efureev/appmod
Abstract application module
https://github.com/efureev/appmod
Last synced: about 7 hours ago
JSON representation
Abstract application module
- Host: GitHub
- URL: https://github.com/efureev/appmod
- Owner: efureev
- License: mit
- Created: 2019-03-13T07:43:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T16:51:13.000Z (almost 5 years ago)
- Last Synced: 2023-08-10T19:50:16.000Z (over 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Abstract application module
[![Build Status](https://travis-ci.org/efureev/appmod.svg?branch=master)](https://travis-ci.org/efureev/appmod)
[![Maintainability](https://api.codeclimate.com/v1/badges/12fa9a98b3f8f5837056/maintainability)](https://codeclimate.com/github/efureev/appmod/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/12fa9a98b3f8f5837056/test_coverage)](https://codeclimate.com/github/efureev/appmod/test_coverage)
[![codecov](https://codecov.io/gh/efureev/appmod/branch/master/graph/badge.svg)](https://codecov.io/gh/efureev/appmod)
[![Go Report Card](https://goreportcard.com/badge/github.com/efureev/appmod)](https://goreportcard.com/report/github.com/efureev/appmod)
# Install
```bash
go get -u github.com/efureev/appmod
```