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

fix(cli): set project name in README and Expo config #66

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

asdolo
Copy link
Collaborator

@asdolo asdolo commented Sep 10, 2024

What does this do?

Add project name to README and add project slug to Expo config as part of the project setup process.

Why did you do this?

Because otherwise newly created apps will still have the default app name.

Who/what does this impact?

This should only affect new projects.

How did you test this?

Locally running the CLI to create a new project and verifying that the project README file has now the project name, and that Expo config contains the lowercased project name as slug.

@asdolo asdolo self-assigned this Sep 10, 2024
@asdolo asdolo requested a review from a team as a code owner September 10, 2024 14:17
@asdolo asdolo requested review from marcos09, fernandatoledo, juanchoperezj and guillermomachado and removed request for a team September 10, 2024 14:17
Copy link

github-actions bot commented Sep 10, 2024

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 51%
50.4% (251/498) 46.57% (102/219) 36.12% (69/191)

😎 Tests Results

Tests Skipped Failures Errors Time
68 0 💤 0 ❌ 0 🔥 27.657s ⏱️
👀 Tests Details • (51%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files50.446.5736.1251.37 
report-only-changed-files is enabled. No files were changed in this commit :)

@asdolo asdolo force-pushed the fix/cli_remove_warning_from_pull_request_template branch from fc0813e to 741647f Compare September 10, 2024 15:15
@asdolo asdolo force-pushed the fix/cli_set_project_name_in_readme_and_expo_config branch from bdf6820 to 5f0eda4 Compare September 10, 2024 15:15
Base automatically changed from fix/cli_remove_warning_from_pull_request_template to master September 10, 2024 20:29
@asdolo asdolo enabled auto-merge September 10, 2024 20:29
@asdolo asdolo merged commit ee73269 into master Sep 11, 2024
4 checks passed
@asdolo asdolo deleted the fix/cli_set_project_name_in_readme_and_expo_config branch September 11, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants