summaryrefslogtreecommitdiff
path: root/packages/create-astro/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-19[ci] formatGravatar bluwy 2-2/+6
2023-09-19feat(create-astro): Update flag behavior for template and project-name (#8551)Gravatar Jacob Lamb 2-3/+17
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 8-8/+8
2023-09-13[ci] formatGravatar natemoo-re 2-4/+8
2023-09-13Improve `create-astro` startup performance (#8456)Gravatar Nate Moore 6-30/+33
2023-09-06trim project name of the user input (#8427)Gravatar aswind7 1-1/+1
2023-09-06Improve Package Detection (#8306)Gravatar Jacob Lamb 3-17/+20
2023-08-30Update CodeSandbox config for Node 18 and new editor (#8292)Gravatar Erika 1-1/+1
2023-08-25[ci] formatGravatar natemoo-re 1-8/+11
2023-08-25feat(create-astro): --fancy (#8235)Gravatar Nate Moore 2-2/+5
2023-08-17Detect Bun package manager in create-astro (#7944)Gravatar Colin McDonnell 1-1/+6
2023-08-16[ci] formatGravatar natemoo-re 3-52/+54
2023-08-16[create-astro] verify connectivity and --template (#8102)Gravatar Nate Moore 4-3/+100
2023-08-15[ci] formatGravatar natemoo-re 1-1/+1
2023-08-15fix(create-astro): update install step (#8089)Gravatar Nate Moore 1-17/+19
2023-08-14[ci] formatGravatar natemoo-re 4-33/+38
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 4-13/+52
2023-08-10[ci] formatGravatar natemoo-re 1-1/+1
2023-08-10fix(#5637): fix yarn berry support for create-astro (#8028)Gravatar Nate Moore 1-1/+10
2023-08-08Add shorthand for Starlight templates to `create astro` (#7993)Gravatar Chris Swithinbank 1-1/+4
2023-08-03[ci] formatGravatar natemoo-re 1-3/+3
2023-08-03Handle error state for version (#7939)Gravatar Nate Moore 2-4/+5
2023-07-20Fix organize-imports-cli with satisfies operator (#7727)Gravatar Bjorn Lu 2-6/+6
2023-07-06corrected grammar. minor change (#7580)Gravatar sank.eth 1-1/+1
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 5-7/+3
2023-06-30[ci] formatGravatar natemoo-re 1-2/+4
2023-06-30Fix multiple `create-astro` registry issues (#7539)Gravatar 金成 1-12/+6
2023-06-30fix(#7471): fallback to npm registry if config command fails (#7527)Gravatar Nate Moore 1-2/+6
2023-06-21fix: `pnpm` failure on `create-astro` (#7435)Gravatar Ben Holmes 1-2/+2
2023-06-09[ci] formatGravatar matthewp 1-1/+1
2023-06-09Fixes an issue where create Astro doesn't respect custom npm registries (#7326)Gravatar Caleb Williams 1-2/+15
2023-06-02Add 'starlight' as template alias (#7277)Gravatar Nate Moore 1-3/+7
2023-05-15Fix `create-astro` regression (#7086)Gravatar Happydev 1-9/+0
2023-05-12[ci] formatGravatar ematipico 1-1/+1
2023-05-12fix: don't exit the program if dependencies don't install (#7052)Gravatar Emanuele Stoppa 2-7/+20
2023-04-12add validation for non-printable chars in CLI (#6682)Gravatar André Alves 1-0/+3
2023-03-28[create-astro] Error on `--template` that does not exist (#6677)Gravatar Ben Holmes 1-5/+17
2023-03-27Revert accidental create-astro fixGravatar bholmesdev 1-17/+5
2023-03-27fix: log e.messageGravatar bholmesdev 1-2/+7
2023-03-27fix: check for nonexistent templatesGravatar bholmesdev 1-3/+10
2023-03-21chore: wrap the projectDir in quotes if it contains spaces (#6594)Gravatar btea 1-1/+2
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 2-2/+2
2023-02-27[ci] formatGravatar natemoo-re 1-15/+13
2023-02-27Respect original `package.json` indentation (#6375)Gravatar Nate Moore 1-3/+5
2023-02-26[ci] formatGravatar bluwy 1-3/+1
2023-02-26fix: remove duplicate exit key from create template (#6360)Gravatar Vick Vasquez 1-1/+1
2023-02-24Add missing flags to help action (#6352)Gravatar Kacper Potyrała 1-0/+3
2023-02-21[ci] formatGravatar natemoo-re 1-2/+2
2023-02-21[create-astro] Execute the 'git' step as the final interaction (#6314)Gravatar Miles Pernicious 1-1/+11
2023-02-21`create-astro` help info add `--typescript` flag (#6294)Gravatar 李瑞丰 1-0/+1