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

https://github.com/strongloop/ephemeral-npm

Disposable npm server for testing packages
https://github.com/strongloop/ephemeral-npm

Last synced: 6 months ago
JSON representation

Disposable npm server for testing packages

Awesome Lists containing this project

README

          

ephemeral-npm
=============

A docker image to allow for testing of npm modules against a set of
other npm modules.

# Usage

docker run -d -P -e npm_config_registry=$(npm config get registry) strongloop/ephemeral-npm

Copyright © IBM Corp. 2015,2016. All Rights Reserved.