Skip to content

Commit

Permalink
Refactor README and messages to streamline support requests and enhan…
Browse files Browse the repository at this point in the history
…ce GitHub star encouragement
  • Loading branch information
nielsmaerten committed Nov 26, 2024
1 parent dc095de commit b136c28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,11 @@ To make ynab-buddy work seamlessly with your bank, open the config file and foll
- Tech docs (for developers): [CONTRIBUTING.md](./CONTRIBUTING.md)
- Please **DO NOT** contact YNAB Support. This is a community project, not an official YNAB service.

## 😊 Coffee?
## ☕ budget nerd + coffee = ynab-buddy

Did ynab-buddy save you some time? If so, consider showing your support by buying me a coffee! Your kind gesture helps me continue improving and maintaining this tool for the YNAB community.

[☕ Buy me a coffee](https://ko-fi.com/nielsmaerten)

Thank you for your support! 🙌

## ⭐ GitHub Star

If you like this tool, please leave a star on GitHub! Your support helps others discover this tool and motivates me to keep improving it.

[☕ Buy me a coffee](https://ko-fi.com/nielsmaerten)
[⭐ Leave a star on GitHub](https://github.com/nielsmaerten/ynab-buddy)

Thank you for your support! 🙌
Expand Down
3 changes: 2 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export const messages = {
sponsor:
"Did this tool just save you some time? Then maybe consider buying me a coffee:",
sponsorLink: "https://go.niels.me/coffee",
githubStar: "If you like this tool, please leave a star on GitHub: https://github.com/nielsmaerten/ynab-buddy",
githubStar: "Or, leave a star on GitHub:",
githubLink: "https://github.com/nielsmaerten/ynab-buddy",
exit: "Press any key to exit",
newVersion: {
notice: "A newer version of ynab-buddy is available.",
Expand Down
1 change: 1 addition & 0 deletions src/lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function displayGoodbyeMessage() {
console.log(chalk.bgBlueBright(messages.sponsorLink));
console.log("");
console.log(messages.githubStar);
console.log(chalk.bgBlueBright(messages.githubLink));
console.log("");
}

Expand Down

0 comments on commit b136c28

Please sign in to comment.