Skip to content

emcoding/javascript

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, [email protected]

About

Exercism exercises in JavaScript.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.7%
  • Shell 1.7%
  • Other 0.6%