Skip to content

namnd/rea-toy-robot

Repository files navigation

Toy Robot Simulator

Problem

Description here

Build Docker image

docker build . --tag=toy-robot:latest

Run application

docker run -it --rm toy-robot
  • Run with custom input files
  1. Make a new folder & copy your input files to that folder ~/your-files-input
  2. Run command
docker run -it -v ~/your-files-input/:/home/node/app/files-input --rm toy-robot

Tests

docker run -it --rm toy-robot npm test
  • Test with coverage
docker run -it --rm toy-robot npm run coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •