Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moul/motd

Golang library to display a message of the day at application startup
https://github.com/moul/motd

ascii banner golang message-of-the-day

Last synced: 25 days ago
JSON representation

Golang library to display a message of the day at application startup

Awesome Lists containing this project

README

        

# motd

:smile: motd

![CI](https://github.com/moul/motd/workflows/CI/badge.svg)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/moul.io/motd)
[![License](https://img.shields.io/badge/license-Apache--2.0%20%2F%20MIT-%2397ca00.svg)](https://github.com/moul/motd/blob/master/COPYRIGHT)
[![GitHub release](https://img.shields.io/github/release/moul/motd.svg)](https://github.com/moul/motd/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/motd)](https://goreportcard.com/report/moul.io/motd)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/motd/badge)](https://www.codefactor.io/repository/github/moul/motd)
[![codecov](https://codecov.io/gh/moul/motd/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/motd)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/motd.svg)](https://microbadger.com/images/moul/motd)
[![GolangCI](https://golangci.com/badges/github.com/moul/motd.svg)](https://golangci.com/r/github.com/moul/motd)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

## Usage

TODO

## Install

### Using go

```console
$ go get -u moul.io/motd
```

### Releases

See https://github.com/moul/motd/releases

## License

© 2020 [Manfred Touron](https://manfred.life)

Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE)) or the [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT)), at your option. See the [`COPYRIGHT`](COPYRIGHT) file for more details.

`SPDX-License-Identifier: (Apache-2.0 OR MIT)`