Test npm packages without damaging your local machine.
1.1K
Use dperuo/npm-sandbox to test npm packages without damaging your local machine.
docker pull dperuo/npm-sandbox
You must git clone locally before launching the Docker image.
git clone {REPO URL} {LOCAL DIR}
cd {LOCAL DIR}
docker run -it -v ${PWD}:/home/npmsb -w /home/npmsb dperuo/npm-sandbox
This command will drop you into an interactive terminal. Use npm commands as usual.

š¤ Derek Peruo
Contributions, issues and feature requests are welcome!
Feel free to check issues pageā .
Give a āļø if this project helped you!
Copyright Ā© 2020 Derek Peruoā .
This project is MITā licensed.
This README was generated with ā¤ļø by readme-md-generatorā
Content type
Image
Digest
Size
47 MB
Last updated
over 4 years ago
docker pull dperuo/npm-sandbox