github google-labs-code/stitch-sdk v0.0.2

latest releases: v0.1.1, v0.0.3
one month ago

What's New

  • stitch.createProject(title?) — Create projects directly from the domain layer
  • Build-time version injection — SDK version sourced from package.json at build time
  • Publish readiness fixes — Removed stale dist/package.json hazard, excluded integration tests from default vitest run

Install

npm install @google/stitch-sdk

Quick Start

import { stitch } from '@google/stitch-sdk';

const project = await stitch.createProject('My Dashboard');
const screen = await project.generate('A settings page');
const html = await screen.getHtml();

Don't miss a new stitch-sdk release

NewReleases is sending notifications on new releases.