Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mogria/3source-npm
docker npm, bower and gulp image for the 3source project
https://github.com/mogria/3source-npm
Last synced: 7 days ago
JSON representation
docker npm, bower and gulp image for the 3source project
- Host: GitHub
- URL: https://github.com/mogria/3source-npm
- Owner: mogria
- License: mit
- Created: 2015-11-18T13:55:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T14:23:32.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T00:26:48.710Z (about 1 month ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3source-npm
This docker image provides:
* The `node` javascript runtime
* The `npm` package manager
* The `bower` package manager
* The `gulp` build toolThis image is based on [3source-base](https://github.com/mogria/3source-base).
It downloads the nodejs source and compiles it.
All the tools are run from within the `/data/www` directory.
This image is heavily inspired from [dylanlindgren/docker-laravel-bower](https://github.com/dylanlindgren/docker-laravel-bower).
This image is used to develop the [3source](https://github.com/mogria/3source) project.
View on [dockerhub](https://hub.docker.com/r/mogria/3source-phpcli)
View on [github](https://github.com/mogria/3source-data).