@lynx-js/create-lynx@0.2.0
Minor Changes
-
Add
@lynx-js/create-lynx, which scaffolds a Lynx app or library for any of the build tools: (#3864)npm create @lynx-js/lynx@latest
rsbuild-ts/rsbuild-jsbuild an app with Rsbuild andpluginLynx,rspeedy-ts/rspeedy-jsbuild one with Rspeedy, andrslib-ts/rslib-jsbuild a ReactLynx component library with Rslib that keeps JSX in its output; theexternal-bundletool also packs that library into a Lynx External Bundle. Every template comes with Rstest and@lynx-js/react/testing-libraryset up. It supersedescreate-rspeedy, which now carries a deprecation notice and no longer receives updates. -
create-rspeedynow delegates to@lynx-js/create-lynx, pinned to Rspeedy. It keeps its own templates no longer, so the two stay in step by construction.@lynx-js/create-lynxexportscreateLynx()for that. (#3871)