Skip to content

depsir/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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.9%
  • JavaScript 9.9%
  • Other 0.2%