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