Sign inSign up

andru255/microtask-typescript

By andru255

Updated about 10 years ago

A single image to precompile typescript files

Image
0

332

andru255/microtask-typescript repository overview

Microtask TypeScript

A microtask for generate javascript files with typescript

How to install
~ docker build -t microtask-typescript . 
Volumes

This microservice provide the follow volumes:

/usr/local/share/input

This is the place for the host source

/usr/local/share/config

This is the place for config files

/usr/local/share/tasks

This is the place for task files

/usr/local/share/output

This path needs to be referenced with your output folder host

How to see a demo
clone this repo

cd test

docker run --rm -e DEV_UID=$(id -u) -e DEV_GID=$(id -g) -v $(pwd)/config:/usr/local/share/config -v $(pwd)/tasks/gulp-sprites:/usr/local/share/tasks -v $(pwd)/src:/usr/local/share/input -v $(pwd)/public:/usr/local/share/output microtask-typescript gulp

or directly

clone this repo

cd test

docker run --rm -e DEV_UID=$(id -u) -e DEV_GID=$(id -g) -v $(pwd)/config:/usr/local/share/config -v $(pwd)/tasks/gulp-sprites:/usr/local/share/tasks -v $(pwd)/src:/usr/local/share/input -v $(pwd)/public:/usr/local/share/output andru255/microtask-typescript gulp

Tag summary

Content type

Image

Digest

Size

23.7 MB

Last updated

about 10 years ago

docker pull andru255/microtask-typescript