[eas-cli] Create new command to configure a new project#3196
Merged
Conversation
|
Size Change: +3.43 kB (+0.01%) Total Size: 54.1 MB
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3196 +/- ##
==========================================
+ Coverage 51.76% 51.92% +0.17%
==========================================
Files 618 618
Lines 24996 25147 +151
Branches 5249 5265 +16
==========================================
+ Hits 12937 13056 +119
- Misses 10975 11006 +31
- Partials 1084 1085 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
douglowder
approved these changes
Sep 26, 2025
|
Subscribed to pull request
Generated by CodeMention |
|
✅ Thank you for adding the changelog entry! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Creating a
newcommand that users can run to get a fresh expo project with EAS services hooked upHow
New.runAsyncto go through all the steps needed to configure an expo project. Heavily pulled fromcommands/projecct/onboarding.tsand https://github.com/expo/universe/blob/main/server/www/src/utils/onboarding/configureEasInRepositoryAsync.ts.Test Plan
easd (or however you run the cli locally) newcdinto your new project and runyarn preview