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

https://github.com/leonidboykov/gosling

HTML redirects generator
https://github.com/leonidboykov/gosling

Last synced: over 1 year ago
JSON representation

HTML redirects generator

Awesome Lists containing this project

README

          

# Gosling

[![Go Reference](https://pkg.go.dev/badge/github.com/leonidboykov/gosling.svg)](https://pkg.go.dev/github.com/leonidboykov/gosling)
![build](https://github.com/leonidboykov/gosling/workflows/build/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/leonidboykov/gosling)](https://goreportcard.com/report/github.com/leonidboykov/gosling)

gosling generates HTML redirects from `redirects.json` file provided.

## Installing

On macOS

brew install leonidboykov/tap/gosling

On Windows

scoop bucket add gosling https://github.com/leonidboykov/scoop-bucket.git
scoop install gosling

Docker

docker push leonidboykov/gosling:tagname

Check out [docs](https://leonidboykov.github.io/gosling/) for additional information.

Development documentation is available on [Go Reference](https://pkg.go.dev/github.com/leonidboykov/gosling#section-documentation).

## License

`gosling` is free software licensed under the MIT license.