Yod is a docker image built to help front-end developers, resolving yeoman's dependencies and including bower, grunt and gulp. When executing yod for the first time it'll build a new image (yod:dev) that will be used to execute npm, node, bower, grunt and gulp.
$ git clone https://github.com/tpires/yod.git
$ cd yod
$ docker build -t yod .
$ chmod +x yod
$ sudo cp yod /usr/local/bin/
$ docker pull tpires/yod:latest
$ curl https://raw.githubusercontent.com/tpires/yod/master/yod -o /usr/local/bin/yod
$ chmod +x /usr/local/bin/yod
$ # create your project directory and launch yod script
$ mkdir myproject && cd myproject
$ yod
After your first yod setup you can use the following commands on your machine:
$ npm
$ node
$ nodejs
$ bower
$ grunt
$ gulp
The following amazing people live on planet Earth and have contributed to yod.
Content type
Image
Digest
sha256:5230b12b0…
Size
289.3 MB
Last updated
almost 11 years ago
docker pull tpires/yod