Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 485 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 485 Bytes

tscv

tscv is a realtime TypeScript generated code viewer.

Screenshot

image

Prerequirements

You need to install TypeScript compiler via npm:

$ npm install typescript -g

How to use

$ 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