create-marko@6.3.0
Minor Changes
- #241
325ad23Thanks @DylanPiercey! - CLI improvements: validate the project name and derive a valid npm package name from it (e.g.My App→my-app); add--no-installand--no-git; hide the legacy*-marko-5examples from the interactive list (still usable via--template); authenticate GitHub requests withGITHUB_TOKEN/GH_TOKENwhen set (higher rate limits and private templates), with clearer rate-limit errors; use plain step output instead of an animated spinner under CI/agents/piped output; and fail clearly on a missing template (and surface the underlying cause) instead of scaffolding an empty project.
Patch Changes
-
#239
0a7d8f9Thanks @DylanPiercey! - Remove the duplicated "Project created" line at the end of the scaffold — the spinner's final message and the closing message both said it. The spinner now ends with "Project created" and the closing line starts the "Next steps". -
Updated dependencies [
325ad23,0a7d8f9]:- @marko/create@6.3.0