A node.js web service for parsing dependency information from `yarn.lock` files for Libraries.io
2.3K
A tiny node.js web service for parsing dependency information from yarn.lock files for Libraries.io.
You can use Docker to run yarn-parser
First, install Docker. If you run macOS or Windows, Docker for Mac/Windows makes this really easy.
If you have Windows Home Edition, you'll need to download and run Docker Toolbox. Then, run:
docker pull librariesio/yarn-parser
docker run -it -e PORT=5000 -p 5000:5000 librariesio/yarn-parser
yarn-parser will be running on http://localhost:5000.
Note: You can add PORT to a .env file instead of supplying them directly on the command-line.
Source hosted at GitHub. Report issues/feature requests on GitHub Issues. Follow us on Twitter @librariesio. We also hangout on Slack.
Copyright (c) 2017 Andrew Nesbitt. See LICENSE for details.
Content type
Image
Digest
Size
27.7 MB
Last updated
about 5 years ago
docker pull librariesio/yarn-parser