Skip to content

rewiringamerica/capital-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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-common

Usage

Import the types using this pattern:

import {
  LoanProgram,
  FinancialAuthority,
} from "@rewiringamerica/capital-common";

Development

Scripts

  • Build the package: To build the package, run:

    yarn build

    This 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.