@digifi-los/scorecard
v0.0.1
Published
dynamic scorecard module
Downloads
47
Keywords
Readme
DigiFi Scorecard Module
DigiFi's Core Scorecard Module for its Loan Origination System
Installation
Installing the module into a project
- Run
npm i @digifi-los/scorecard
in your application
Running the module locally
Setup (Follow these steps):
- Clone or download the zip file from this repository
- Run
npm i
in the root level
Other Commands:
- Run
npm test
to run tests
Uninstalling the Module
Run npm uninstall @digifi-los/scorecard
in your application