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
- Host: GitHub
- URL: https://github.com/codewars/factor
- Owner: codewars
- License: mit
- Created: 2023-12-01T19:32:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:58:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T05:35:57.728Z (12 months ago)
- Topics: code-runner, code-runner-image
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```