@contractspec/example.learning-journey-platform-tour
v3.7.17
Published
Learning journey track covering ContractSpec platform primitives.
Readme
@contractspec/example.learning-journey-platform-tour
Website: https://contractspec.io
Learning journey track covering ContractSpec platform primitives.
What This Demonstrates
- Platform primitives tour with step-by-step guidance.
- Feature definition with operations, presentations, and test-specs.
- Demo handlers for simulated tour flow.
- Interactive exploration of ContractSpec concepts.
src/docs/contains docblocks and documentation-facing exports.src/handlers/contains handlers or demo adapters wired to contract surfaces.
Running Locally
From packages/examples/learning-journey-platform-tour:
bun run devbun run buildbun run typecheck
Usage
Use @contractspec/example.learning-journey-platform-tour as a reference implementation, or import its exported surfaces into a workspace that composes ContractSpec examples and bundles.
Architecture
src/docs/contains docblocks and documentation-facing exports.src/example.tsis the runnable example entrypoint.src/handlers/contains handlers or demo adapters wired to contract surfaces.src/index.tsis the root public barrel and package entrypoint.src/learning-journey-platform-tour.feature.tsdefines a feature entrypoint.src/operationsis part of the package's public or composition surface.src/presentationsis part of the package's public or composition surface.
Public Entry Points
- Export
.resolves through./src/index.ts. - Export
./docsresolves through./src/docs/index.ts. - Export
./docs/platform-tour.docblockresolves through./src/docs/platform-tour.docblock.ts. - Export
./exampleresolves through./src/example.ts. - Export
./handlers/demo.handlersresolves through./src/handlers/demo.handlers.ts. - Export
./learning-journey-platform-tour.featureresolves through./src/learning-journey-platform-tour.feature.ts. - Export
./operationsresolves through./src/operations/index.ts. - Export
./presentationsresolves through./src/presentations/index.ts. - Export
./tests/operations.test-specresolves through./src/tests/operations.test-spec.ts. - Export
./trackresolves through./src/track.ts.
Local Commands
bun run dev— contractspec-bun-build devbun run build— bun run prebuild && bun run build:bundle && bun run build:typesbun run lint— bun lint:fixbun run lint:check— biome check .bun run lint:fix— biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .bun run typecheck— tsc --noEmitbun run publish:pkg— bun publish --tolerate-republish --ignore-scripts --verbosebun run publish:pkg:canary— bun publish:pkg --tag canarybun run clean— rimraf dist .turbobun run build:bundle— contractspec-bun-build transpilebun run build:types— contractspec-bun-build typesbun run prebuild— contractspec-bun-build prebuild
Recent Updates
- Replace eslint+prettier by biomejs to optimize speed.
- Missing contract layers.
Notes
- Works alongside
@contractspec/lib.contracts-spec,@contractspec/lib.schema,@contractspec/module.learning-journey,@contractspec/tool.bun,@contractspec/tool.typescript.
