Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moul/dl

Static binary downloader that can find a writable directory in the $PATH
https://github.com/moul/dl

ci cicd download downloader static

Last synced: 18 days ago
JSON representation

Static binary downloader that can find a writable directory in the $PATH

Awesome Lists containing this project

README

        

# dl

:smile: dl does

[![CircleCI](https://circleci.com/gh/moul/dl.svg?style=shield)](https://circleci.com/gh/moul/dl)
[![GoDoc](https://godoc.org/moul.io/dl?status.svg)](https://godoc.org/moul.io/dl)
[![License](https://img.shields.io/github/license/moul/dl.svg)](https://github.com/moul/dl/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/moul/dl.svg)](https://github.com/moul/dl/releases)
[![Go Report Card](https://goreportcard.com/badge/moul.io/dl)](https://goreportcard.com/report/moul.io/dl)
[![CodeFactor](https://www.codefactor.io/repository/github/moul/dl/badge)](https://www.codefactor.io/repository/github/moul/dl)
[![codecov](https://codecov.io/gh/moul/dl/branch/master/graph/badge.svg)](https://codecov.io/gh/moul/dl)
[![Docker Metrics](https://images.microbadger.com/badges/image/moul/dl.svg)](https://microbadger.com/images/moul/dl)
[![Made by Manfred Touron](https://img.shields.io/badge/made%20by-Manfred%20Touron-blue.svg?style=flat)](https://manfred.life/)

## Usage

```console
$ dl -h
...
```

## Install

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

## License

© 2019-2021 [Manfred Touron](https://manfred.life) -
[Apache-2.0 License](https://github.com/moul/dl/blob/master/LICENSE)