Sign inSign up

dperuo/npm-sandbox

By dperuo

•Updated over 4 years ago

Test npm packages without damaging your local machine.

Image
0

1.1K

dperuo/npm-sandbox repository overview

Version Documentation License: MIT

⁠Welcome to npm-sandbox šŸ‘‹

Use dperuo/npm-sandbox to test npm packages without damaging your local machine.

ā šŸ  Homepage⁠

⁠Install

docker pull dperuo/npm-sandbox

⁠Usage

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.

⁠Screenshot

⁠Author

šŸ‘¤ Derek Peruo

ā šŸ¤ Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page⁠.

⁠Show your support

Give a ā­ļø if this project helped you!

ā šŸ“ License

Copyright © 2020 Derek Peruo⁠.

This project is MIT⁠ licensed.


This README was generated with ā¤ļø by readme-md-generator⁠

Tag summary

Content type

Image

Digest

Size

47 MB

Last updated

over 4 years ago

docker pull dperuo/npm-sandbox