summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/index.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06[ci] formatGravatar natemoo-re 1-21/+13
2023-02-06Refactor `create-astro` (#6082)Gravatar Nate Moore 1-394/+55
2023-01-26[ci] formatGravatar matthewp 1-4/+2
2023-01-26Add a check for existing .git directory (and skip if one is found). (#5953)Gravatar Chris Banford 1-2/+10
2023-01-24fix(create-astro): typescript prompt handling (#5958)Gravatar Nate Moore 1-4/+4
2023-01-21Improve error message for third-party template 404s (#5920)Gravatar Chris Swithinbank 1-1/+14
2023-01-20[ci] formatGravatar natemoo-re 1-71/+83
2023-01-20Add headless support to create-astro (#5898)Gravatar Reuben Tier 1-17/+24
2022-12-16fix(create-astro): skip Houston on windows until prompts are fixed (#5616)Gravatar Nate Moore 1-0/+3
2022-11-15[ci] formatGravatar bluwy 1-1/+1
2022-11-15fix(create-astro): fix error when don't have template input (#5404)Gravatar 李瑞丰 1-1/+1
2022-11-08`create-astro` bug fixes (#5319)Gravatar Nate Moore 1-2/+4
2022-10-28[ci] formatGravatar natemoo-re 1-2/+2
2022-10-28fix(create-astro): improve error messages when create-astro fails (#5240)Gravatar Nate Moore 1-0/+2
2022-10-28[ci] formatGravatar natemoo-re 1-11/+13
2022-10-28feat(create-astro): add --fancy flag (#5226)Gravatar Nate Moore 1-2/+8
2022-10-26[ci] formatGravatar natemoo-re 1-11/+28
2022-10-26[Create Astro] Improved prompts, template handling, Houston (#5088)Gravatar Nate Moore 1-158/+36
2022-09-22`create-astro`: always create `tsconfig.json` (#4810)Gravatar Michael Rienstra 1-28/+26
2022-09-20Add support for running `create-astro` in cloned empty git repository (#4805)Gravatar HiDeoo 1-6/+48
2022-09-06use unused self-documenting variable (#4605)Gravatar Dan Jutan 1-2/+1
2022-08-25Add template tsconfigs for users to extend from (#4439)Gravatar Erika 1-11/+32
2022-08-06Fix relaxed and default TypeScript settings not working (#4183)Gravatar Erika 1-8/+10
2022-08-05Add a TypeScript step to `create-astro` (#4179)Gravatar Erika 1-0/+66
2022-07-28[ci] formatGravatar Princesseuh 1-1/+1
2022-07-28Fix misc create-astro issues (#4075)Gravatar Erika 1-45/+111
2022-07-19Adds back `create-astro` support for GitHub repos (#3971)Gravatar Tony Sullivan 1-1/+4
2022-07-07[ci] formatGravatar FredKSchott 1-2/+1
2022-07-07detect package manager and improve types (#3847)Gravatar Fred K. Schott 1-16/+2
2022-07-07small create-astro wording changes (#3831)Gravatar Fred K. Schott 1-4/+4
2022-06-29add error event to telemetry (#3750)Gravatar Fred K. Schott 1-0/+1
2022-06-29Added: reminder to also update docs if create-astro flow or wording is change...Gravatar Sarah Rainsberger 1-0/+1
2022-06-28chore(lint): fix lint issues (#3743)Gravatar Nate Moore 1-1/+1
2022-06-27[ci] formatGravatar FredKSchott 1-3/+1
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 1-53/+41
2022-06-22Enables eslint on the full repo and adds a rule for no `only()` tests (#3659)Gravatar Tony Sullivan 1-0/+1
2022-06-06[ci] formatfix/map-file-404-logsGravatar FredKSchott 1-6/+6
2022-05-11[create-astro] Finalize developer experience... with gradients 🚀 (#3313)Gravatar Ben Holmes 1-23/+24
2022-04-29Feat: [create astro] git step (#3227)Gravatar Ben Holmes 1-23/+31
2022-04-27Feat: [create astro] replace component selector with "astro add" (#3223)Gravatar Ben Holmes 1-110/+48
2022-04-26Refactor/clean create astro logs (#3212)Gravatar Ben Holmes 1-7/+1
2022-04-26Feat: `create astro` add install step (#3190)Gravatar Ben Holmes 1-120/+166
2022-04-22feat: remove online editor configs (#3175)Gravatar Ben Holmes 1-4/+9
2022-04-21Feat: [create astro] add directory prompt (#3168)Gravatar Ben Holmes 1-15/+38
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-10/+41
2022-03-21feat(create-astro): add peer dependencies to package.json (#2843)Gravatar Juan Martín Seery 1-16/+34
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 1-19/+15
2022-03-10[ci] formatGravatar natemoo-re 1-1/+1