From 4726d605fb1b5a739d9fc650ff999dd5a7e4d7d3 Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 6 Dec 2016 10:28:15 +0200 Subject: [PATCH] upd README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index d4942f6..bed658a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ Node.js Builder Docker image ============================ +[![GitHub release](https://img.shields.io/github/release/instrumentisto/node-builder-docker-image.svg)](https://hub.docker.com/r/instrumentisto/node-builder/tags) +[![Build Status](https://travis-ci.org/instrumentisto/node-builder-docker-image.svg?branch=master)](https://travis-ci.org/instrumentisto/node-builder-docker-image) +[![Docker Pulls](https://img.shields.io/docker/pulls/instrumentisto/node-builder.svg)](https://hub.docker.com/r/instrumentisto/node-builder) +[![GitHub link](https://img.shields.io/badge/github-link-blue.svg)](https://github.com/instrumentisto/node-builder-docker-image) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/instrumentisto/node-builder-docker-image/blob/master/LICENSE.md) + Docker image with [Node.js](https://nodejs.org) and some other tools (Git, Java) for building projects. + + + +## Overview + +This image is intended to be used in project build scenarios, such as: +running [npm](https://www.npmjs.com), [Bower](https://www.npmjs.com), +[Gulp](http://gulpjs.com), [Grunt](http://gruntjs.com), +[webpack](https://webpack.github.io), etc. + +It contains: +- `git` to pull remote Git repos for Bower and npm. +- `java` for [Google Closure-Compiler][1] to run. + + + + +[1]: https://www.npmjs.com/package/google-closure-compiler