- #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.
- #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".
- #237
0297054Thanks @DylanPiercey! - Run the scaffold's install and git steps quietly behind the progress spinner. The noisy internals — pnpm's ignored-builds notice, esbuild's postinstall, the confirmation re-install, husky's.git can't be found, and git probes likefatal: not a git repository— are no longer printed. Install output is surfaced only when it genuinely fails.
- #235
8e6cbbcThanks @DylanPiercey! - When scaffolding with pnpm, approve esbuild's build script (only if esbuild is actually installed) so vite-based templates install cleanly instead of erroring withERR_PNPM_IGNORED_BUILDS. The "next steps" run command now uses the package manager you ran with (e.g.pnpm run dev) instead of always printingnpm.
- #231
0774571Thanks @DylanPiercey! - Rewrite in TypeScript with a modern dependency set (@clack/prompts,giget, nativefetch). Adds agent/CI-friendly non-interactive behavior (--yes, plus CI/agent/no-TTY detection) and no longer aborts the scaffold when the package manager's install step exits non-zero (e.g. pnpm's ignored-build-scripts warning). The existing CLI flags are unchanged.
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.1.0 (2021-05-04)
6.0.2 (2021-03-29)
Note: Version bump only for package @marko/create
6.0.1 (2021-02-04)
Note: Version bump only for package @marko/create
6.0.0 (2021-01-22)
- update deps, support Marko 5 (c5d34ff)
- Marko 4 support dropped in serve/build
- Upgraded webdriver version for test
5.0.4 (2020-08-07)
Note: Version bump only for package @marko/create
5.0.3 (2020-05-12)
- include version flag for all commands (802de9d)
5.0.2 (2020-05-12)
- create: improve windows support, prevent writing to node_modules (3e15a5f)
5.0.1 (2020-05-12)
- create: support spaces in directory (2c4ed54)
5.0.0 (2020-05-12)
- --template flag replaces old template:name convention
4.2.0 (2020-05-07)
4.1.1 (2019-07-12)
Note: Version bump only for package @marko/create
4.1.0 (2019-07-12)
4.0.0 (2019-01-17)
- migrate: Expose dependent path migration (#110) (9000add)
- prettyprint: support for modern tag params (#114) (6900fa5)
- migrate: rename result properties, default path migrations
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.0 (2018-12-12)
3.2.1 (2018-12-07)
Note: Version bump only for package @marko/create
3.2.0 (2018-12-05)
- add prettyprint package (158ec29)
Note: Version bump only for package @marko/create