Sign inSign up

frapsoft/ts-node

By frapsoft

•Updated almost 10 years ago

TypeScript execution environment and REPL for Node.js LTS (6.9.1) Alpine Linux

Image
0

2.6K

frapsoft/ts-node repository overview

⁠TypeScript execution environment and REPL

⁠Node.js LTS (6.9.1) Alpine Linux

⁠Versions

  • frapsoft/ts-node - Node.js (latest)⁠ LTS (6.9.1) with npm
  • frapsoft/ts-node:yarn - Node.js (yarn)⁠ LTS (6.9.1) with yarn instead of npm

⁠Installation

docker pull frapsoft/ts-node with npm

or

docker pull frapsoft/ts-node:yarn with yarn instead of npm

⁠Quick Introduction

add your node application under /app
⁠Examples

get ts-node version:

docker run frapsoft/ts-node

run app from local folder:

docker run -v $(PWD)/app:/app frapsoft/ts-node index.ts

or

docker run -v $(PWD)/app:/app frapsoft/ts-node index.ts

from the example in this repository under /app ...

run app from a volume:

docker run -v webapp:/app frapsoft/ts-node index.ts

interactive shell:

docker run -it --entrypoint sh frapsoft/ts-node

⁠Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

Tag summary

Content type

Image

Digest

Size

15 MB

Last updated

almost 10 years ago

docker pull frapsoft/ts-node