xECMAScript
Exercism exercises in ECMAScript 6
Running Unit Test Suite
Node.js must be installed. Tests are run with
a Gulp task so gulp-cli
tool must be installed
via npm
% npm install -g gulp-cli
Then, make
commands will install other dependencies as needed.
All Assignments
% make
Single Assignment
% make test-assignment ASSIGNMENT=palindrome-products
Contributing Guide
Please see the contributing guide
License
The MIT License (MIT)
Copyright (c) 2014 Katrina Owen, _@kytrinyx.com