Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nearit/docker-yarn-sass-phantomjs

A simple docker image to allow Javascript CI
https://github.com/nearit/docker-yarn-sass-phantomjs

docker-image javascript libsass node-js phantomjs sass yarn

Last synced: 16 days ago
JSON representation

A simple docker image to allow Javascript CI

Awesome Lists containing this project

README

        

# Javascript Development Docker Image
A simple docker image to allow Javascript CI, made with :heart: by the NearIT team.

[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
[![Docker Hub](https://img.shields.io/badge/DockerHub-latest-brightgreen.svg)](https://hub.docker.com/r/nearit/docker-yarn-sass-phantomjs/)
[![Docker Pulls](https://img.shields.io/docker/pulls/nearit/docker-yarn-sass-phantomjs.svg)](https://hub.docker.com/r/nearit/docker-yarn-sass-phantomjs/)

What is this?
------
A simple docker image based on ```node:7``` image
with
- :cat: ```yarn```, https://yarnpkg.com/
- :gem: ```libsass```, http://sass-lang.com/libsass
- :ghost: ```phantomJS```, http://phantomjs.org/

Credits
------
Based on [nodejs/docker-node](https://github.com/nodejs/docker-node)