Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moul/dl
- Owner: moul
- License: apache-2.0
- Created: 2019-07-27T08:18:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T21:23:23.000Z (about 2 months ago)
- Last Synced: 2024-11-29T16:38:43.162Z (24 days ago)
- Topics: ci, cicd, download, downloader, static
- Language: Go
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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)