librariesio/yarn-parser

Name: yarn-parser

Owner: Libraries.io

Description: :cat2: Tiny web service for parsing yarn.lock files

Created: 2017-02-20 13:02:50.0

Updated: 2018-03-29 09:40:55.0

Pushed: 2018-03-29 09:40:54.0

Homepage: http://libraries.io/github/librariesio/yarn-parser

Size: 93

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Yarn parser

A tiny node.js web service for parsing dependency information from yarn.lock files for Libraries.io.

Docker

You can use Docker to run yarn-parser

First, install Docker. If you've got 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 run -it -e PORT=5000 -p 5000:5000 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.

Development

Source hosted at GitHub. Report issues/feature requests on GitHub Issues. Follow us on Twitter @librariesio. We also hangout on Slack.

Note on Patches/Pull Requests
Copyright

Copyright (c) 2017 Andrew Nesbitt. See LICENSE for details.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.