Sign inSign up

alegent/typescript

By alegent

Updated over 9 years ago

Typescript watcher for development build

Image
0

458

alegent/typescript repository overview

Docker Typescript

This is an image for developing typescript project.
It will only launch the default typescript command with the file watching option so you will want to configure your tsconfig.json file.
It also have typings install, so you don't have to install node, typescript and typings on your computer.

To launch the image just run:

docker run -d --rm -v ${YOUR PROJECT}:/usr/src/app alegent/typescript

You can use typings command line by running command:

docker exec ${NAME OR ID} typings ...

Tag summary

Content type

Image

Digest

Size

28.4 MB

Last updated

over 9 years ago

docker pull alegent/typescript