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

https://github.com/janiltonmaciel/dlm

Dockerfile, Docker
https://github.com/janiltonmaciel/dlm

docker docker-image dockerfile golang image node python

Last synced: 2 months ago
JSON representation

Dockerfile, Docker

Awesome Lists containing this project

README

          

# dlm

Dockerfile Language Manager

## Installation

#### Binaries

- **darwin (macOS)** [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_macOS_amd64.tar.gz)
- **linux** [386](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_linux_386.tar.gz) / [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_linux_amd64.tar.gz)
- **windows** [386](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_windows_386.zip) / [amd64](https://github.com/janiltonmaciel/dlm/releases/download/1.10.0/dlm_1.10.0_windows_amd64.zip)

#### Via Homebrew (macOS)
```bash
$ brew tap janiltonmaciel/homebrew-tap
$ brew install dlm
```

#### Via Go

```bash
$ go get github.com/janiltonmaciel/dlm
```

## Copyright and license

Code released under the Apache License. See
[LICENSE](https://github.com/janiltonmaciel/dlm/blob/master/LICENSE) for the full license text.

## Credits

* Survey - [AlecAivazis/survey](https://github.com/AlecAivazis/survey)
* Packer - [gobuffalo/packr](https://github.com/gobuffalo/packr)
* CLI Color - [gookit/color](https://github.com/gookit/color)
* cli - [urfave/cli](https://github.com/urfave/cli)