Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aminnairi/elm-test-docker
Docker image for Elm Test
https://github.com/aminnairi/elm-test-docker
docker elm
Last synced: 12 days ago
JSON representation
Docker image for Elm Test
- Host: GitHub
- URL: https://github.com/aminnairi/elm-test-docker
- Owner: aminnairi
- License: mit
- Created: 2020-02-26T16:28:43.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2020-02-27T20:09:54.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T20:36:31.369Z (2 months ago)
- Topics: docker, elm
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/aminnairi/elm-test
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# elm-test-docker
Docker image for Elm Test.
## Requirements
- [Docker](https://www.docker.com/)
## Installation
```console
$ docker pull aminnairi/elm-test
```## Uninstallation
```console
$ docker rmi aminnairi/elm-test
```## Usage
```console
$ docker run aminnairi/elm-test --version
```## Examples
### Create the tests folder
```console
$ docker run --volume "$(pwd)":/home/elm/app aminnairi/elm-test init
```### Run the test files
```console
$ docker run --volume "$(pwd)":/home/elm/app aminnairi/elm-test tests/**/*.elm
```### More options
```console
$ docker run aminnairi/elm-test --help
```