Sign inSign up

jestefane/node-tools

By jestefane

Updated over 8 years ago

Node.js tools for development including npm, gulp and bower.

Image
0

1.9K

jestefane/node-tools repository overview

Node Tools

Node.js tools for development

Usage

Node (default)
docker run --rm -v /path/to/project:/mnt node-tools

For example: docker run --rm -v /path/to/project:/mnt node-tools hello-world.js

NPM
docker run --rm -v /path/to/project:/mnt node-tools npm

For example: docker run --rm -v /path/to/project:/mnt node-tools npm install

Gulp
docker run --rm -v /path/to/project:/mnt node-tools gulp

For example: docker run --rm -v /path/to/project:/mnt node-tools gulp watch

Git

Yes, git is installed for npm but can still be used just like the rest.

docker run --rm -v /path/to/project:/mnt node-tools git

Binaries

For simplicity , and to be able to use the tools normally, this repository contains binaries you can copy in /usr/local/bin (or anythwere in your $PATH).

make copy_bins

Building locally

make build

Tag summary

Content type

Image

Digest

Size

286.4 MB

Last updated

over 8 years ago

docker pull jestefane/node-tools