@hitslop/cli 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -7,11 +7,15 @@ apps.
7
7
  bunx @hitslop/cli init my-slop
8
8
  cd my-slop
9
9
  bun install
10
+ bun run check
10
11
  bun run dev
11
12
  ```
12
13
 
13
14
  The supported v1 scaffold uses Svelte 5 and includes portable
14
- `hitslop-authoring` and `hitslop-design` skills. `slop build` emits a
15
+ `hitslop-authoring` and `hitslop-design` skills. Root `schema.ts` uses TypeBox;
16
+ root `theme.ts` supplies typed CSS variables and generated default CSS. Editor
17
+ inference and `bun run check` need no generated files or running dev server.
18
+ Optional icon/export components share the editor's store. `slop build` emits a
15
19
  source-free runtime package; `slop register` adds an immutable local template;
16
20
  `slop publish` captures and signs one artifact for the catalog.
17
21