Sha256: dd6818dd30abe001e974a0e6b7a97ad2221c24ce6e126ffa21ff00d4d24dd459
Contents?: true
Size: 789 Bytes
Versions: 20
Compression:
Stored size: 789 Bytes
Contents
# xECMAScript [![Build Status](https://travis-ci.org/exercism/xecmascript.svg?branch=master)](https://travis-ci.org/exercism/xecmascript) Exercism exercises in ECMAScript 6 ## Running Unit Test Suite [Node.js](https://nodejs.org) must be installed. Tests are run with a [Gulp](http://gulpjs.com) 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](https://github.com/exercism/x-api/blob/master/CONTRIBUTING.md#the-exercise-data) ## License The MIT License (MIT) Copyright (c) 2014 Katrina Owen, _@kytrinyx.com
Version data entries
20 entries across 20 versions & 1 rubygems