quickstart

Scaffold an Even Hub G2 project with Vite, TypeScript, SDK, and CLI.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Ertejeonline/er-clock --skill quickstart-ertejeonline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quickstart
Source: https://github.com/Ertejeonline/er-clock/tree/main/resources/quickstart
Command: npx skills add https://github.com/Ertejeonline/er-clock --skill quickstart-ertejeonline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffold a complete Even Hub G2 glasses project from scratch, automating the setup, boilerplate, and tooling required to start development quickly.

Core Features & Use Cases

  • Creates a Vite + TypeScript app (or your chosen framework)
  • Installs the Even Hub SDK, CLI, and Simulator as dev dependencies
  • Generates an app.json manifest and a starter src/main.ts that renders text on the G2 display
  • Validates project structure and provides a ready-to-run scaffold for testing in the simulator

Quick Start

Scaffold a complete Even Hub G2 project by generating a Vite + TypeScript app, the SDK, the CLI, the simulator, and starter files.

Frequently Asked Questions about quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold an Even Hub G2 project with Vite and TypeScript?▼

Scaffolding an Even Hub G2 project generates a Vite + TypeScript app, SDK, CLI, and starter files. It creates the project structure, app.json manifest, and src/main.ts to render text on the display.

What is the best way to bootstrap a new glasses app for the simulator?▼

Bootstrapping a new glasses app uses a generator to install the SDK, CLI, and simulator as dev dependencies. This validates the project structure and provides a ready-to-run scaffold for rapid testing.

Do I need to manually configure the Even Hub SDK and CLI when starting a project?▼

No, you do not need to manually configure the Even Hub SDK and CLI. The scaffolding process installs them automatically as dev dependencies alongside the Vite app and starter code.

Can I use this scaffolding tool to generate an app.json manifest and starter code?▼

Yes, you can use this scaffolding tool to generate an app.json manifest. It also replaces starter code with a src/main.ts file that renders text on the G2 display.

Does the Even Hub G2 scaffold verify the final project layout?▼

Yes, the Even Hub G2 scaffold verifies the final project layout. It ensures project-structure creation, manifest generation, and starter code replacement to enable rapid iteration and onboarding.

What starter files are included when project-bootstrapping an Even Hub G2 app?▼

Project-bootstrapping an Even Hub G2 app includes starter files like src/main.ts and app.json. These files render text on the G2 display and configure the app manifest automatically.