@mcrowe/ts-repl
v0.0.4
Published
A Typescript REPL
Downloads
5
Maintainers
Readme
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.