Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 296 Bytes

PACKAGE.md

File metadata and controls

25 lines (17 loc) · 296 Bytes

Packaging

Quickstart

  1. Install dependencies
npm install --include=dev
  1. Build
npm run build
  1. Pack
# create a .tgz with contents to be used as an NPM package
npm run pack
  1. Upload to git release
  2. Install NPM package from .tgz URL from git release