0.0.4 • Published 7 years ago

@mcrowe/ts-repl v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

ts-repl

A Typescript REPL, based on https://github.com/HerringtonDarkholme/typescript-repl

Usage

npm install @mcrowe/ts-repl -g

ts-repl --help

Development

Install npm modules:

npm install

Release

Release a new version:

bin/release.sh

This will publish a new version to npm, as well as push a new tag up to github.