@vode-app/icons (0.1.0-pre.5)

Published 2026-06-19 22:38:37 +02:00 by temir in vode-app/icons

Installation

@vode-app:registry=
npm install @vode-app/icons@0.1.0-pre.5
"@vode-app/icons": "0.1.0-pre.5"

About this package

Introduction

<INTRO TEXT>

Table of Contents

  1. Quick Start
  2. Documentation
  3. DevOps
    1. Change Management
    2. Publish

Quick Start

<QUICK START INSTRUCTIONS>

Documentation

<DOCUMENTATION>

DevOps

npm install
npm update

npm run clean
npm run build
npm run tests

npm run dev

Change Management

  1. Create a new branch for the change.
  2. Make the changes and commit.
  3. Bump the version in package.json.
  4. Add an entry for the new version in CHANGELOG.md.
  5. Pull-request the branch.
  6. Ensure package artifacts are current.
  7. Publish.

Publish

# placeholder:
  # <SCOPE_WITHOUT_AT: <SCOPE_WITHOUT_AT>
  # <REGISTRY_ORIGIN_AND_PATH: <REGISTRY_ORIGIN_AND_PATH>
    # e.g.
      # registry.npmjs.org/
      # forgejo.example.com/api/packages/<SCOPE_WITHOUT_AT>/npm/
  # <REGISTRY_AUTH_TOKEN_ENV_VAR: <REGISTRY_AUTH_TOKEN_ENV_VAR>

~/.npmrc or .npmrc:

@<SCOPE_WITHOUT_AT>:registry=https://<REGISTRY_ORIGIN_AND_PATH>
//<REGISTRY_ORIGIN_AND_PATH>:_authToken=${<REGISTRY_AUTH_TOKEN_ENV_VAR>}

~/.bunfig.toml or bunfig.toml:

[install.scopes]
"<SCOPE_WITHOUT_AT>" = { url = "https://<REGISTRY_ORIGIN_AND_PATH>", token = "$<REGISTRY_AUTH_TOKEN_ENV_VAR>" }
# registry.npmjs.org/
npm login
# or custom registry
export <REGISTRY_AUTH_TOKEN_ENV_VAR>=<AUTH_TOKEN>
# or
$env:<REGISTRY_AUTH_TOKEN_ENV_VAR> = "<AUTH_TOKEN>"
npm publish

Dependencies

Dependencies

ID Version
@vode-app/common latest

Development dependencies

ID Version
@types/node latest
bootstrap-icons latest
esbuild latest
tsx latest
typescript ^6.0.3

Keywords

typescript library vode-app icons
Details
npm
2026-06-19 22:38:37 +02:00
2
temir.ra
MIT
14 KiB
Assets (1)
Versions (5) View all
0.1.0-pre.9 2026-07-05
0.1.0-pre.8 2026-07-05
0.1.0-pre.7 2026-07-05
0.1.0-pre.6 2026-06-19
0.1.0-pre.5 2026-06-19