create-astro-ignite
v0.1.0
Published
npm create shim for astro-ignite — delegates to `astro-ignite bootstrap`
Downloads
395
Maintainers
Readme
create-astro-ignite

Astro sites, built for AI agents.
npm create astro-ignite@latest my-siteThis package is a thin shim around the primary CLI astro-ignite. Its only job is to support the npm create X@latest UX. Under the hood it runs npx astro-ignite@latest bootstrap with the same arguments.
For the full CLI docs, options, and templates, see the astro-ignite package.
Equivalent commands
npm create astro-ignite@latest my-site
# is the same as
npx astro-ignite@latest bootstrap my-siteIf you've already run the bootstrap once, prefer npx astro-ignite ... directly — it's the same CLI, but with subcommands like bootstrap, and future commands (add, upgrade, …).
License
MIT.
