Short description.
To start using $packagename$, install it as a dependency to your project via
npm install $packagename$
then import it via
import $packagename$ from "$packagename$";
to use the library.
WIP
Run yarn && yarn build
to build the library. To deploy a new version, run yarn publish
.