@digifi-los/segmentloader
v0.0.2
Published
Dynamic segment generator for DigiFi
Downloads
12
Keywords
Readme
DigiFi Segment Loader
DigiFi's Core Segment Loader for its Loan Origination System
Overview
The Segment Loader module is used in DigiFi's open-source loan origination system ("LOS") and is required to create and run automated underwriting and verification strategies within the rules engine.
Please visit our Documentation for comprehensive information on installing and using the platform.
Installation
Installing the module into a project
- Run
npm i @digifi-los/segmentloaderin your application
Running the module locally
Setup (Follow these steps):
- Clone or download the zip file from this repository
- Run
npm iin the root level
Other Commands:
- Run
npm testto run tests
Uninstalling the Module
Run npm uninstall @digifi-los/segmentloader in your application
