Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moul/motd
- Owner: moul
- License: other
- Created: 2020-06-06T18:51:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T21:52:42.000Z (3 months ago)
- Last Synced: 2024-10-07T20:58:34.335Z (about 1 month ago)
- Topics: ascii, banner, golang, message-of-the-day
- Language: Go
- Homepage: https://manfred.life/golang
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
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)`