Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 349 Bytes

@paralenz/helpers

Prerequisites

You will need to have a .npmrc file in your project that tells npm to use the github package registry

echo "@paralenz:registry=https://npm.pkg.github.com/" > .npmrc

Installation

Yarn:

yarn add @paralenz/helpers

npm:

npm install @paralenz/helpers