0.1.2 • Published 5 months ago

@elilemons/diva-score-lib v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

DIVA Score Type & Util Library

The library of types and utils for the app DIVA Score.

Local Use

Ensure you have the proper ssh config (instructions in the API README.md)

While in the /lib directory run:

yarn build
yarn link

Then in the directories where you want to use this package first add the package name to the package.json:

@elilemons/diva-score-lib

Then run in each directory's root:

yarn link @elilemons/diva-score-lib

Publishing

yarn publish

Setting up for production use

Make sure to run yarn unlink in this directory and yarn unlink @elilemons/diva-score-lib in the directories using this library. Also run yarn add @elilemons/diva-score-lib@latest to ensure it's updated with your published changes.

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

7 months ago