@vode-app/create-hono-spa (0.1.0-pre.2)

Published 2026-05-24 15:05:29 +02:00 by temir in vode-app/create-spa

Installation

@vode-app:registry=
npm install @vode-app/create-hono-spa@0.1.0-pre.2
"@vode-app/create-hono-spa": "0.1.0-pre.2"

About this package

Introduction

<INTRO TEXT>

Table of Contents

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

Quick Start

# placeholder:
    # <TEMPLATE_PACKAGE: @vode-app/create-hono-spa
    # <TEMPLATE_NAME: @vode-app/hono-spa
    # <NEW_PACKAGE: <NEW_PACKAGE>
      # is used as:
      #   - the path where the package is created
      #   - the "name" field in the generated package.json
    # <@_VERSION: <@_VERSION>

# pinned version
bun info "@vode-app/create-hono-spa" version
bun create --no-install --no-git "@vode-app/hono-spa<@_VERSION>" <NEW_PACKAGE>

# latest
# clear the cache to pick up the latest version
bun pm cache rm
bun create --no-install --no-git "@vode-app/hono-spa" <NEW_PACKAGE>

# templates only copy files, run install and any setup scripts manually
cd <NEW_PACKAGE>
bun install

Documentation

The following sections explain the configurations and conventions baked into the generated package. Useful when adapting it to fit specific needs.

<DOCUMENTATION>

DevOps

bun update
bun install

bun run clean
bun run build
bun run tests

bun run dist/cli.bundle.js -- example/

# see publish section for publish instructions

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

Publish to a custom registry.

# placeholder:
  # <SCOPE_WITHOUT_AT: vode-app
  # <REGISTRY_URL: https://git.chimps.quest/api/packages/vode-app/npm/
  # <BUN_PUBLISH_AUTH_TOKEN: <BUN_PUBLISH_AUTH_TOKEN>

~/.bunfig.toml or bunfig.toml:

[install.scopes]
"vode-app" = { url = "https://git.chimps.quest/api/packages/vode-app/npm/", token = "$BUN_PUBLISH_AUTH_TOKEN" }
# authenticate
$env:BUN_PUBLISH_AUTH_TOKEN = "<BUN_PUBLISH_AUTH_TOKEN>"
# publish
bun publish

Dependencies

Development dependencies

ID Version
@types/bun latest
typescript ^6.0.3

Keywords

typescript bun template hono spa
Details
npm
2026-05-24 15:05:29 +02:00
6
temir.ra
MIT
33 KiB
Assets (1)
Versions (11) View all
0.1.0-pre.13 2026-05-27
0.1.0-pre.12 2026-05-26
0.1.0-pre.11 2026-05-26
0.1.0-pre.10 2026-05-26
0.1.0-pre.8 2026-05-25