GitHub - ryanplusplus/xecmascript: Exercism exercises in EcmaScript 6

Skip to content

Navigation Menu

Sign in

Appearance settings

xECMAScript Build Status

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

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

Languages

  • JavaScript 99.6%
  • Other 0.4%