Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```