Some usefull node tools like angular-cli
366
Some useful node tools :
Example with angular-cli :
docker run -it --rm \
-v $(pwd):/usr/src/app \
-v $(dirname $SSH_AUTH_SOCK):$(dirname $SSH_AUTH_SOCK) \
-e SSH_AUTH_SOCK \
--name node-tools \
benoitg/node-tools ng new angular-app
Content type
Image
Digest
Size
310.3 MB
Last updated
about 8 years ago
docker pull benoitg/node-tools