Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/pooltogether-utilities

Shared utility functions
https://github.com/pooltogether/pooltogether-utilities

Last synced: about 2 months ago
JSON representation

Shared utility functions

Awesome Lists containing this project

README

        

# PoolTogether utilities

A collection of various utility functions used across the PoolTogether applications.

## NOTE

Make sure you keep `peerDependencies` and `devDependencies` versions in sync!

## How to use

1. `yarn add @pooltogether/utilities`
2. `import * as Utils from '@pooltogether/utilities'` OR `import { functionYouWantToUse } from '@pooltogether/utilities'`

## Local development

Local development works best with yalc
`yarn global add yalc`

In pooltogether-utilities:
`yarn start`

In the app you're importing pooltogether-utilities:
`yalc link @pooltogether/utilities`

When you save changes inside the utilities `src` folder, the package will rebuild and be pushed to all other projects that have run `yalc link @pooltogether/utilities`.

## TODO:

- moooooore tests