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

https://github.com/codewars/factor

Container image for Factor
https://github.com/codewars/factor

code-runner code-runner-image

Last synced: 10 months ago
JSON representation

Container image for Factor

Awesome Lists containing this project

README

          

# Factor

Container image for Factor used by CodeRunner.

## Examples

Use `bin/run` to test examples inside `examples/`.

```bash
# Usage: ./bin/run $example_name
./bin/run passing
```

> NOTE: The CodeRunner supports arbitrary vocabulary name for the tests,
> but the examples must use `kata.tests` for simplicity.

## Building

```bash
docker build -t ghcr.io/codewars/factor:latest .
```