Skip to content

The library of types and utils for the app DIVA Score. Built with Typescript, published with yarn.

Notifications You must be signed in to change notification settings

elilemons/diva-score-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The library of types and utils for the app DIVA Score. Built with Typescript, published with yarn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published