Skip to content

thedevelopnik/xecmascript

 
 

Repository files navigation

xECMAScript

Build Status Join the chat at https://gitter.im/exercism/xecmascript

Exercism exercises in ECMAScript 6

Running the Unit Test Suite

Node.js must be installed. Follow these instructions for installing nodejs. We recommend using the latest stable version (v7 at the moment).

Use npm to install all required dependencies:

% npm install

Linting Your Code

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

% npm run lint-test

Test All Assignments

The make script will test all exercises:

% make test

Test Specific Assignment

Pass the exercise name to make script to run the tests for a specific exercise:

% make test-assignment ASSIGNMENT=hello-world

Contributing Guide

Please see the contributing guide

About

Exercism exercises in ECMAScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%