Skip to content

This is Exercism's automated analyzer for the JavaScript track.

License

Notifications You must be signed in to change notification settings

zeckdude/javascript-analyzer

 
 

Repository files navigation

exercism-javascript-analyzer

Installation

Clone this repository and then run:

yarn install

You'll need at least Node LTS for this to work.

yarn build

Usage

You can run this either via yarn:

yarn analyze:bat --debug --console two-fer ~/path/to/solution/folder

Or directly via the provided shell script:

./bin/analyze.sh two_fer ~/path/to/solution

Add the --debug and --console flags to get output in the terminal window.

Usage with docker

To create the image, execute the following command from the repository root:

docker build -t exercism/javascript-analyzer .

To run from docker pass in the solutions path as a volume and execute with the necessary parameters:

docker run -v $(PATH_TO_SOLUTION):/solution exercism/javascript-analyzer ${SLUG} /solution

Example:

docker run -v ~/solution-238382y7sds7fsadfasj23j:/solution exercism/javascript-analyzer two-fer /solution

About

This is Exercism's automated analyzer for the JavaScript track.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.1%
  • JavaScript 9.9%
  • Other 1.0%