0.4.1 • Published 2 years ago

@dtribe/utilities v0.4.1

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

dTribe.gg utilities

A collection of various utility functions used across the dTribe.gg applications.

NOTE

Make sure you keep peerDependencies and devDependencies versions in sync!

How to use

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

Local development

Local development works best with yalc yarn global add yalc

In dtribe-utilities: yarn start

In the app you're importing dtribe-utilities: yalc link @dtribe/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 @dtribe/utilities.

TODO:

  • moooooore tests
0.4.1

2 years ago

0.4.0

2 years ago

0.3.9

2 years ago