Open IAS Scoreboard Documentation

Dependencies

Managing Dependencies in Open IAS Scoreboard

The Open IAS Scoreboard project uses npm to handle dependencies.

Adding a Dependency

# Run this command to add a dependency from the project root
npm install --save dependency-to-add

Updating All Dependencies

This will usually be done early in each release cycle by the project maintainer. Please make an issue if you need a dependency to be upgraded later in the release cycle.

Last updated on 13 Jul 2019
Published on 3 May 2019
Edit on GitHub