er2_web_utils
er2_web_utils is an npm package for use with eRAMS 2.0 web apps.
What is this repository for?
er2_web_utils provides a suite of common javascript functions and utilities that are shared across eRAMS 2.0 applications.
How do I get set up?
To install, follow the instructions in the er2_web project to create an er2 application.
By default, new applications will include this dependency as part of your new application. To use an older version of the library, run:
docker run -it --rm -v /path/to/my/er2/application/static/:/static erams/er2_web_build /bin/bash -c "cd /static/ && yarn add er2_web_utils@<version>"
Contribution guidelines
Feel free to submit a pull request for patches, bug reports, or feature requests. If committing code, please peruse the style guidelines before submitting a pull request.