Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 558 Bytes

Scribe

A model for building end user experiences.

Getting Started

// Add to your Package.swift file under `dependencies`
.package(
    url: "https://github.com/zaneenders/scribe.git", 
    branch: "main"),

// Add as a dependency for the target you are working on
.product(name: "ScribeCore", package: "scribe")

Examples

Check out one of the following projects for an example using Scribe

ChromaShell