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

https://github.com/leanlabsio/npm

Node.js + npm executable docker image
https://github.com/leanlabsio/npm

Last synced: over 1 year ago
JSON representation

Node.js + npm executable docker image

Awesome Lists containing this project

README

          

# npm builder

[![](https://badge.imagelayers.io/leanlabs/npm:latest.svg)](https://imagelayers.io/?images=leanlabs/npm:latest 'Get your own badge on imagelayers.io')

### Usage

```bash
docker run --rm \
-v `pwd`:/`pwd` \
-v $HOME/.node-cache:/cache
-w `pwd` \
leanlabs/npm npm install
```