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
- Host: GitHub
- URL: https://github.com/strongloop/ephemeral-npm
- Owner: strongloop
- License: other
- Created: 2015-09-12T21:16:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T18:31:14.000Z (almost 5 years ago)
- Last Synced: 2025-05-02T10:51:04.014Z (9 months ago)
- Language: Shell
- Size: 255 KB
- Stars: 8
- Watchers: 19
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.