summaryrefslogtreecommitdiff
path: root/packages/create-astro/create-astro.mjs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 1-1/+1
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
2023-09-13Improve `create-astro` startup performance (#8456)Gravatar Nate Moore 1-1/+1
* feat(create-astro): improve performance * test: fix test by wrapping promise values * chore: remove uneeded deps * Update ten-kings-smash.md * chore: update lockfile
2022-11-08`create-astro` bug fixes (#5319)Gravatar Nate Moore 1-0/+1
* fix(create-astro): upgrade cli-kit * fix(create-astro): avoid setRawMode error * chore(lint): disable create-astro linting Co-authored-by: Nate Moore <nate@astro.build>
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 1-1/+1
* wip * update create-astro for new astro add * update copy * update git prompt * Update packages/astro/src/core/logger/node.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/create-astro/test/install-step.test.js Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * update git prompt * update test Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-3/+3
2021-09-06[ci] yarn formatGravatar FredKSchott 1-14/+14
2021-09-06scale back the examples pageGravatar Fred K. Schott 1-0/+0
2021-09-06Adds examples pageGravatar aFuzzyBear 1-14/+14
2021-07-20[ci] yarn formatGravatar FredKSchott 1-1/+1
2021-06-14add engines for esm support (#415)Gravatar Fred K. Schott 1-1/+1
2021-06-08redesign create-astro (#301)Gravatar Fred K. Schott 1-0/+14
* redesign create astro * add changeset * Use npm start * Update the astro version * Adds the changeset Co-authored-by: Fred Schott <fks@Freds-MBP.attlocal.net> Co-authored-by: Matthew Phillips <matthew@skypack.dev>