@vortrius/utils
v0.6.0
Published
A collection of utility functions
Downloads
22
Readme
utils
Installation
yarn add @vortrius/utils
using a local build
let's say you want to run it an a directory called dashboard
. You'll first have to go to a directory where you have cloned a version of this package. I'm going to assume that you named it utils
.
cd utils
yarn link # this will register it so that yarn can refer to it letter
cd dashboard
yarn link @vortrius/utils # this way you'll have it connected to the local version of the package