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

🐛 Bug: Don't infer --description if it's the same as create-typescript-app's #1363

Closed
2 tasks done
JoshuaKGoldberg opened this issue Mar 2, 2024 · 1 comment · Fixed by #1803
Closed
2 tasks done
Assignees
Labels
status: accepting prs Please, send a pull request to resolve this! type: bug Something isn't working :(

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

Overview

Right now, --description defaults to the description in a package.json file:

description: async () => (await packageData()).description,

...but, in a repository newly created from the template, that description will likely be the default create-typescript-app one:

┌  ✨ Welcome to create-typescript-app 1.57.8! ✨
│
│  ⚠️ This template is early stage, opinionated, and not endorsed by the TypeScript team. ⚠️
│  ⚠️ If any tooling it sets displeases you, you can always remove that portion manually. ⚠️
│
◇  What organization or user will the repository be under?
│  JoshuaKGoldberg
│
◇  What will the kebab-case name of the repository be?
│  github-notifications-prune
│
◇  ✅ Passed checking GitHub authentication.
│
◆  How would you describe the new package?
│  Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
└

If the package.json description is the same default description as create-typescript-app's as seen in that code block, then it's not likely a good suggestion for a newly created package. Let's have the logic also check the GitHub repository's About as second thing:

Screenshot of a GitHub repository's About: 'Prunes GitHub notifications you don't care about, such as automated dependency bumps. 🧹'

...and don't include a suggestion if both are the default description.

Additional Info

No response

@JoshuaKGoldberg JoshuaKGoldberg added type: feature New enhancement or request status: accepting prs Please, send a pull request to resolve this! labels Mar 2, 2024
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Dec 24, 2024
@JoshuaKGoldberg
Copy link
Owner Author

On second thought, there's not really much use in checking the repository's About. Most use cases don't involve setting that before running the script. I think I'd rather just default to undefined and have the CLI prompt the user.

@JoshuaKGoldberg JoshuaKGoldberg changed the title 🚀 Feature: Default --description to repo's description if the in-repository one is the default 🐛 Bug: Don't infer --description if it's the same as create-typescript-app's Dec 24, 2024
@JoshuaKGoldberg JoshuaKGoldberg added type: bug Something isn't working :( and removed type: feature New enhancement or request labels Dec 24, 2024
JoshuaKGoldberg added a commit that referenced this issue Dec 24, 2024
## PR Checklist

- [x] Addresses an existing open issue: fixes #1363
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

Applies both in the legacy mode and new create mode.

💖
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: accepting prs Please, send a pull request to resolve this! type: bug Something isn't working :(
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant