The official command-line tool for building, developing, and packaging applications with Reset Framework. Current stable version is 1.2.5, with a release cadence aligned with the core framework (published after schema, backend, and SDK packages). Key differentiators: it orchestrates the full lifecycle (create, dev, build, package, doctor), optionally compiles the runtime from source via CMake/Ninja, and remains thin by delegating platform logic to separate runtime packages. Requires Node.js >=20.19.0.
Verified import paths — ran on the pinned version, not inferred.
This is a CLI tool, not a library. Use npx or global install.
The package exposes a binary, not a JavaScript module. Use child_process.exec or similar.
The command is `create-app`, not `new` or `init`.
Demonstrates installing the CLI globally, creating a new app, running dev server, building, packaging, and running diagnostics.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.