Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hakobera/tscv

Realtime rendering TypeScript generated code
https://github.com/hakobera/tscv

Last synced: about 1 month ago
JSON representation

Realtime rendering TypeScript generated code

Awesome Lists containing this project

README

        

# tscv

tscv is a realtime [TypeScript](http://typescript.codeplex.com/) generated code viewer.

## Screenshot

![image](https://github.com/hakobera/tscv/raw/master/image.png)

## Prerequirements

You need to install TypeScript compiler via npm:

```shell
$ npm install typescript -g
```

## How to use

```shell
$ npm install markup -g
$ makrup [path/to/file] [port]
```

default port is 3000
open (http://localhost:port/) on your browser,
and write your TypeScript.

## licence

MIT