added top summary
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
# README
|
||||
|
||||
* gen.js is the build script that builds to the target dir
|
||||
* serve.js is a local server for your cards interface
|
||||
* emit.js will scaffold a dir or update files that are already there
|
||||
|
||||
* **`emit.mjs`**: Reconciles deployment templates with target directories by preserving user configurations in files like `wrangler.toml` while propagating structural adapter updates.
|
||||
* **`gen.mjs`**: Scans source markdown cards to ensure every item possesses a stable UUID v7 identifier and compiles them into an auto-generated JavaScript manifest module.
|
||||
* **`serve.js`**: Edge runtime request handler that safely injects compiled card collections, tag vocabularies, and page titles into an HTML template for client hydration.
|
||||
|
||||
|
||||
# gen.mjs
|
||||
|
||||
Reference in New Issue
Block a user