This package provides shared TypeScript types and possibly utilities for Financial Programs.
Run the following command to install the package:
yarn add @rewiringamerica/capital-common
Import the types using this pattern:
import {
LoanProgram,
FinancialAuthority,
} from "@rewiringamerica/capital-common";
-
Build the package: To build the package, run:
yarn build
This will compile the TypeScript files and generate the distribution files.
A GitHub Action will automatically publish the package when a new Release is created.