@wooy/utilities
v1.0.11
Published
Shared utility functions across Wooy apps
Downloads
7
Maintainers
Keywords
Readme
Wooy utilities
A collection of various utility functions used across the Wooy applications/
NOTE
Make sure you keep peerDependencies
and devDependencies
versions in sync!
How to use
yarn add @wooy/utilities
import * as Utils from '@wooy/utilities'
ORimport { functionYouWantToUse } from '@wooy/utilities'
Local development
Local development works best with yalc
yarn global add yalc
In wooy-utilities:
yarn start
In the app you're importing wooy-utilities:
yalc link @wooy/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 @wooy/utilities
.
TODO:
- jest tests