https://github.com/lizardbyte/shared-web
Shared web assets for LizardByte projects.
https://github.com/lizardbyte/shared-web
npm rtd
Last synced: 3 months ago
JSON representation
Shared web assets for LizardByte projects.
- Host: GitHub
- URL: https://github.com/lizardbyte/shared-web
- Owner: LizardByte
- License: agpl-3.0
- Created: 2024-08-17T02:25:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-26T18:14:53.000Z (3 months ago)
- Last Synced: 2025-06-29T08:17:48.647Z (3 months ago)
- Topics: npm, rtd
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@lizardbyte/shared-web
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shared-web
[](https://github.com/LizardByte/shared-web)
[](https://github.com/LizardByte/shared-web/actions/workflows/CI.yml?query=branch%3Amaster)
[](https://codecov.io/gh/LizardByte/shared-web)
[](https://www.npmjs.com/package/@lizardbyte/shared-web)
[](https://www.npmjs.com/package/@lizardbyte/shared-web)
[](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web)
[](https://github.com/LizardByte/Sunshine/pkgs/npm/shared-web)Common web assets for use in LizardByte projects.
## Installation
### Install via NPM registry
1. Add the dependency to your package.json file:
```bash
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](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-with-a-personal-access-token)
for more information or alternative methods of authentication.2. Add the dependency to your package.json file:
```bash
npm install @lizardbyte/shared-web
```