1.4 KiB
1.4 KiB
create-emdash
0.0.4
Patch Changes
- #7
2022b77Thanks @ascorbic! - Fix spinner hanging during dependency installation by using async exec instead of execSync, which was blocking the event loop and preventing the spinner animation from updating.
0.0.3
Patch Changes
- #5
8e389d5Thanks @ascorbic! - Improve create-emdash CLI experience: add the EmDash branded banner, let users pick their package manager (auto-detects the one that invoked it), and ask whether to install dependencies with a spinner showing progress.
0.0.2
Patch Changes
- #3
2dc5815Thanks @ascorbic! - Fix create-emdash to use all available templates from the new standalone templates repo. Templates are now selected in two steps: platform (Node.js or Cloudflare Workers) then template type (blog, starter, marketing, portfolio, blank). Downloads fromemdash-cms/templatesinstead of the old monorepo path.