Skip to content

Installation

@wasson-ece/wstd is published to GitHub Packages. You need to configure your package manager to use the GitHub registry for the @wasson-ece scope.

Registry setup

Add the following to your project’s .npmrc:

@wasson-ece:registry=https://npm.pkg.github.com

Or if you’re using Yarn 4.x, add this to your .yarnrc.yml:

npmScopes:
wasson-ece:
npmRegistryServer: "https://npm.pkg.github.com"

Install

Terminal window
# npm
npm install @wasson-ece/wstd
# yarn
yarn add @wasson-ece/wstd
# pnpm
pnpm add @wasson-ece/wstd