astro/packages/create-astro
2021-06-08 15:24:57 +00:00
..
src [ci] yarn format 2021-06-08 15:12:07 +00:00
test [ci] yarn format 2021-06-08 15:12:07 +00:00
CHANGELOG.md [ci] yarn format 2021-06-08 15:24:57 +00:00
create-astro.mjs redesign create-astro (#301) 2021-06-08 11:10:56 -04:00
package.json Version Packages (#331) 2021-06-08 11:23:33 -04:00
README.md redesign create-astro (#301) 2021-06-08 11:10:56 -04:00
tsconfig.json redesign create-astro (#301) 2021-06-08 11:10:56 -04:00
yarn.lock redesign create-astro (#301) 2021-06-08 11:10:56 -04:00

create-astro

Scaffolding for Astro projects

With NPM:

npm init astro

With Yarn:

yarn create astro

create-astro automatically runs in interactive mode, but you can also specify your project name and template with command line arguments.

# npm 6.x
npm init astro my-astro-project --template starter

# npm 7+, extra double-dash is needed:
npm init astro my-astro-project -- --template starter

# yarn
yarn create astro my-astro-project --template starter

Check out the full list of example starter templates, available on GitHub.