Skip to content

designfrontier/xecmascript

 
 

Repository files navigation

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

% 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

About

Exercism exercises in EcmaScript 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • Makefile 1.6%
  • Shell 1.0%