-
-
Notifications
You must be signed in to change notification settings - Fork 80
feat: add hydration script for existing repos #441
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #441 +/- ##
============================================
- Coverage 100.00% 73.77% -26.23%
============================================
Files 1 23 +22
Lines 5 122 +117
Branches 3 42 +39
============================================
+ Hits 5 90 +85
- Misses 0 10 +10
- Partials 0 22 +22
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
1 similar comment
🎉 This is included in version v1.28.1 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Adds the script as a
bin
command you can run withnpx template-typescript-node-package
. Which bumps up a few dependencies fromdevDependency
todependency
.This has the nice side effect of standardizing formatting for an assortment of files. Hence the large Files changed count outside of the new
src/hydrate/
directory.Things I've intentionally not done here, so they can be filed as followup issues:
all-contributors-for-repository
to fill in the.all-contributorsrc
CODE_OF_CONDUCT.md
pnpm run lint --fix