Gluon node package · 1.10.0

create-gluon

Scaffold Gluon TypeScript applications and verified app-local components.

Runtimenode
Version1.10.0
LicenseMIT
Public entry points1

Install and start

Scaffold a project with the maintained CLI:

shell
npm create gluon@latest my-app
sh
npm create gluon@latest my-app

Purpose

Scaffold Gluon TypeScript applications and verified app-local components.

Use cases

  • Project scaffolding with public Gluon package entry points.
  • Adding verified app-local component boundaries to an existing project.
  • CLI-driven local project setup.

Public entry points

Only these package exports are part of the supported public boundary.

Dependencies and peers

Installed dependencies

  • None

Peer dependencies

  • None

API reference

Open an entry point above for generated symbol documentation and a reviewed example for every public symbol. Application code must import from this package entry point, never from repository source paths.

Scope and limits

  • Does not provide a runtime package or browser component API.
  • Scaffolded projects must still follow the public-boundary rules.

Related guides

Verified integration notes

  • Ships the `create-gluon` binary.
  • Package manifest has a single public export.