Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ngParty/broccoli-tsc
- Owner: ngParty
- License: mit
- Created: 2015-04-27T12:49:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T20:05:58.000Z (over 9 years ago)
- Last Synced: 2024-11-12T21:22:37.948Z (about 2 months ago)
- Language: TypeScript
- Size: 254 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- es6-tools - broccoli-tsc
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
```