create-accessible-astro-starter
v5.2.1
Published
Create a new Accessible Astro Starter project with guided presets.
Downloads
126
Readme
create-accessible-astro-starter
Create a new Accessible Astro Starter project with guided presets and optional launcher support.
Usage
npm create accessible-astro-starter@latestLocal development
From the starter repo root, run:
npm install
npm run build:cli
npm run test:cliFrom this package directory, use npm run build and npm run test for package-local checks.
Test the CLI locally
From the starter repo root, run:
npm run create:local -- my-demo-siteThe first positional argument sets the output directory. The later site name prompt only changes generated project metadata.
