-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
chore: New package tool #145
Conversation
a418db0
to
9be9c2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the formatting error.
I realized there's nothing package-specific about the Edit: Split those changes out into a separate PR: Once that's merged, I'll rebase this PR on top of that. |
Co-authored-by: Milos Djermanovic <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Prerequisites checklist
What is the purpose of this pull request?
Creates a tool that bootstraps a new package in the monorepo.
What changes did you make? (Give an overview)
tools/new-pkg.js
Related Issues
Is there anything you'd like reviewers to focus on?
I set the root
package.json
Node.js version to v22.3 so I could use some of the newer Node.js utilities for this, but let me know if that's a problem.