Exercism exercises in ECMAScript 6
Node.js must be installed. We recommend using the latest stable version (v7 at the moment.)
% npm install
Then, the make
command will install other dependencies as needed.
This project uses eslint to help you write quality JavaScript code by checking for common formatting errors, enforcing style rules, and suggesting changes that conform to best practices.
% npm run lint-test
The make script will build and test all exercises.
% make
Please see the contributing guide
The MIT License (MIT)
Copyright (c) 2014 Katrina Owen, _@kytrinyx.com