Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngParty/broccoli-tsc

TypeScript preprocessor for Broccoli
https://github.com/ngParty/broccoli-tsc

Last synced: about 2 months ago
JSON representation

TypeScript preprocessor for Broccoli

Awesome Lists containing this project

README

        

# broccoli-tsc
TypeScript preprocessor for Broccoli

[![Build Status](https://api.travis-ci.org/angie-party/broccoli-tsc.svg?branch=master)](https://travis-ci.org/angie-party/broccoli-tsc)

## Why

Because currently there is only [shinnn/broccoli-typescript](https://github.com/shinnn/broccoli-typescript) which is based on one year old [jedmao/typescript-api](https://github.com/jedmao/typescript-api) which obviously doesn't support TypeScript 1.5.

## Usage

See example [Brocfile.ts](Brocfile.ts)

## Test

```bash
$ npm install
$ make test
```

## Build

```bash
$ make
```