react_tool 0.2.2
react_tool: ^0.2.2 copied to clipboard
CLI for building and running React Dart applications.
Changelog #
0.2.2 #
- Includes the gitignore and Docker ignore scaffold templates in the pub.dev
archive so
react initworks from the hosted package.
0.2.1 #
- Ships verified native prebuilts for Linux, macOS, and Windows on x64 and ARM64 hosts.
- Widens the
artisanalconstraint so the published CLI resolves alongside the native prebuilt toolchain.
0.2.0 #
- Documents structured client, SSR, server, and stylesheet entrypoints.
- Documents Node and Fetch SSR runtimes, generated build artifacts, foreign module configuration, and selectable bundling backends.
- Updates the React Dart project skills with the current configuration and generated-output guidance.
0.1.1 #
- Declares native build-hook packages as runtime dependencies as required by
dart pub publish. - Documents the intentional hook-only imports for static analysis.
0.1.0 #
- Introduces project scaffolding, Dart code generation, browser and SSR builds, serving, and diagnostics.
- Adds managed JavaScript dependencies and TypeScript declaration binding generation.