Shared web assets for LizardByte projects. https://www.npmjs.com/package/@lizardbyte/shared-web
  • JavaScript 81.7%
  • SCSS 18.3%
Find a file
renovate[bot] 9801e25c37
chore(deps): lock file maintenance (#312)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-07-20 12:57:09 -04:00
.github chore: update global workflows (#252) 2026-04-14 23:19:53 -04:00
docs/static docs: add jsdoc and rtd build (#101) 2025-03-25 21:01:50 -04:00
examples chore(jekyll): move sample to Lizardbyte beautiful-jekyll-next (#286) 2026-06-01 18:28:05 -04:00
scripts chore(deps): add Gemfile.lock and pin deps in Gemfile (#285) 2026-06-01 18:22:45 -04:00
src feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
tests feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
.flake8 docs: add jsdoc and rtd build (#101) 2025-03-25 21:01:50 -04:00
.gitignore feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
.npmignore ci(publish): refactor publish job (#12) 2024-08-31 23:13:24 +00:00
.readthedocs.yaml feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
babel.config.js feat: initial version (#1) 2024-08-29 22:01:07 -04:00
eslint.config.mjs feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
jsdoc.json feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00
LICENSE feat: initial version (#1) 2024-08-29 22:01:07 -04:00
package-lock.json chore(deps): lock file maintenance (#312) 2026-07-20 12:57:09 -04:00
package.json chore(deps): update dependency postcss to v8.5.20 (#311) 2026-07-19 10:24:24 -04:00
README.md docs(readme): update heading (#303) 2026-06-30 21:00:56 -04:00
renovate.json chore: update global workflows (#274) 2026-05-15 18:31:51 -04:00
webpack.config.js feat(examples): add rustdoc example (#280) 2026-05-22 17:56:33 -04:00

LizardByte icon

shared-web

Shared web assets for LizardByte projects.

GitHub stars NPM Monthly Downloads NPM Version CI Codecov SonarCloud

Overview

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 --ignore-scripts
    

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 --ignore-scripts