Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leocaseiro/docker-webpack-eslint-stylelint
Dockerfile and image for node with webpack eslint and stylelint
https://github.com/leocaseiro/docker-webpack-eslint-stylelint
container docker eslint image stylelint webpack
Last synced: 4 days ago
JSON representation
Dockerfile and image for node with webpack eslint and stylelint
- Host: GitHub
- URL: https://github.com/leocaseiro/docker-webpack-eslint-stylelint
- Owner: leocaseiro
- License: mit
- Created: 2018-02-14T23:29:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T00:12:56.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T13:47:59.212Z (2 months ago)
- Topics: container, docker, eslint, image, stylelint, webpack
- Homepage: https://hub.docker.com/r/leocaseiro/webpack-eslint-stylelint/
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerfile with [webpack](https://webpack.github.io), [stylelint](https://stylelint.io/) and [ESLint](https://eslint.org/)
## Docker Image includes:
- Node 8.9
- Webpack 3.10
- ESLint 4.17
- Stylelint 8.4## Install
> Make sure you have [Docker](https://docker.com/) installed__Pull image from:__
```bash
$ docker pull leocaseiro/webpack-eslint-stylelint
```__Re-build image:__
```bash
$ docker build -t leocaseiro/webpack-eslint-stylelint
```## Setup Dockerfile
```
FROM leocaseiro/webpack-eslint-stylelint
```---
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)