@lizardbyte/shared-web

2025.426.211939 • Public • Published

shared-web

GitHub stars GitHub Workflow Status (CI) Codecov NPM Monthly Downloads NPM Version GitHub Monthly Downloads GitHub Version

Common web assets for use in LizardByte projects.

Installation

Install via NPM registry

  1. Add the dependency to your package.json file:
    npm install @lizardbyte/shared-web

Install via GitHub Package Registry

  1. Add a .npmrc file to the root of your project with the following contents.

    //npm.pkg.github.com/:_authToken=TOKEN
    @lizardbyte:registry=https://npm.pkg.github.com
    

    Replace TOKEN with a valid GitHub token with read access to the package registry.

    See Authenticating with a personal access token for more information or alternative methods of authentication.

  2. Add the dependency to your package.json file:

    npm install @lizardbyte/shared-web

/@lizardbyte/shared-web/

    Package Sidebar

    Install

    npm i @lizardbyte/shared-web

    Weekly Downloads

    4,147

    Version

    2025.426.211939

    License

    AGPL-3.0-only

    Unpacked Size

    158 kB

    Total Files

    62

    Last publish

    Collaborators

    • reenignearcher