raychenfj / typescript

Exercism exercises in TypeScript.

Home Page:http://exercism.io/languages/typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Build Status

Exercism exercises in TypeScript

Running Unit Test Suite

Yarn must be installed.
If you have node installed, you can install yarn via npm

% npm install --global yarn

Then, make commands will install other dependencies as needed.

All Assignments

% make test

Single Assignment

% make test-assignment ASSIGNMENT=palindrome-products

Shared Code

Please keep the common folder files synced across all the sub folders. These files should be the same across all problems.

  • package.json
  • tsconfig.json
  • tslint.json
  • yarn.lock

There are some utility methods in the Makefile to help with development. The below will move the contents of the common to all the subfolders.

% make replacePackageFilesFromCommonToSubFolders

Contributing Guide

Please see the contributing guide

About

Exercism exercises in TypeScript.

http://exercism.io/languages/typescript

License:MIT License


Languages

Language:TypeScript 87.5%Language:JavaScript 9.3%Language:Makefile 2.4%Language:Ruby 0.5%Language:Shell 0.2%