Skip to content

ruthlessammo/xecmascript

 
 

Repository files navigation

xECMAScript Build Status

Exercism exercises in ECMAScript 6

Running the Unit Test Suite

Node.js must be installed. We recommend using the latest stable version (v7 at the moment.)

% npm install

Then, the make command will install other dependencies as needed.

Linting Your Code

This project uses eslint to help you write quality JavaScript code by checking for common formatting errors, enforcing style rules, and suggesting changes that conform to best practices.

% npm run lint-test

All Assignments

The make script will build and test all exercises.

% make

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 99.3%
  • Other 0.7%