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.comOr if you’re using Yarn 4.x, add this to your .yarnrc.yml:
npmScopes: wasson-ece: npmRegistryServer: "https://npm.pkg.github.com"Install
# npmnpm install @wasson-ece/wstd
# yarnyarn add @wasson-ece/wstd
# pnpmpnpm add @wasson-ece/wstd