1.1.4 • Published 2 years ago

@hackney/mtfh-finance-components v1.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Hackey Finance component library

Coverage lines Coverage functions Coverage branches Coverage statements

A component library package for sharing components between Hackney's services.

Installation

NPM

npm i @hackney/mtfh-finance-components

Yarn

yarn add @hackney/mtfh-finance-components

Development

This package expects you use yarn as the package manager, and use node with version 16.13.0.

Storybook

You can review components with storybook with yarn storybook

Chromatic

You can find the deployed chromatic here.

Release

In order to publish the library you must be added to Hackney organization in NPM.

  1. Login to NPM
npm login
  1. Run the release script from master branch and follow the steps
npm run release
  1. After successful publishing, release draft will be created on Github. Review it, update the description and publish.