Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: create astro add install step #3190

Merged
merged 18 commits into from
Apr 26, 2022
Merged

Conversation

bholmesdev
Copy link
Contributor

@bholmesdev bholmesdev commented Apr 22, 2022

Changes

  • Add new step to create astro - Would you like us to run "MY_PACKAGE_MANAGER install?"
  • Update "next steps" section to recommend pnpm dev, yarn dev, or npm run dev.
  • Infers MY_PACKAGE_MANAGER based on how you ran the command: yarn create astro vs pnpm create astro, etc.

Testing

Add super fancy unit tests to walk through the CLI: install-step.test.js 🔥

Watch it go 🏃‍♂️

create-astro-install-demo.mov

Docs

N/A

@changeset-bot
Copy link

changeset-bot bot commented Apr 22, 2022

🦋 Changeset detected

Latest commit: b25b45b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-astro Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added pkg: create-astro Related to the `create-astro` package (scope) test labels Apr 22, 2022
Copy link
Contributor

@JuanM04 JuanM04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing job! Left some comments

packages/create-astro/src/index.ts Outdated Show resolved Hide resolved
packages/create-astro/src/index.ts Outdated Show resolved Hide resolved
Copy link
Member

@FredKSchott FredKSchott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with a +1 to @JuanM04's comment.

Also let's plan on a final review of the output, wording, etc. I have a few small nits/thoughts but would rather save for the end

@bholmesdev bholmesdev merged commit 38e5e9e into main Apr 26, 2022
@bholmesdev bholmesdev deleted the feat/create-astro-add-install-step branch April 26, 2022 15:24
@github-actions github-actions bot mentioned this pull request Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: create-astro Related to the `create-astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants