Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakobera/tscv
- Owner: hakobera
- Created: 2012-10-06T13:25:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T13:38:51.000Z (about 12 years ago)
- Last Synced: 2024-10-12T00:42:31.885Z (2 months ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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