-
Notifications
You must be signed in to change notification settings - Fork 24
feat(name): @nodejs/doc-kit #358
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
This PR implements a package renaming from api-docs-tooling to @nodejs/doc-kit to address issue #343. The changes update package metadata, documentation, and generated file comments to reflect the new naming convention.
- Updates package name and binary command references across all documentation
- Changes package.json to reflect new scoped package name and CLI command
- Updates generated file comments to reference the new tool name
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates package name to @nodejs/doc-kit and binary command to doc-kit |
| README.md | Updates all CLI usage examples and tool references to use new naming |
| CONTRIBUTING.md | Updates project name references in contribution guide |
| src/generators/man-page/template.1 | Updates generated file comment to reference new tool name |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #358 +/- ##
=======================================
Coverage 70.80% 70.80%
=======================================
Files 128 128
Lines 11621 11621
Branches 694 694
=======================================
Hits 8228 8228
Misses 3390 3390
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Fast-tracking! |
Fixes #343.
Replaces all non-link instances of
api-doc-toolingwith@nodejs/doc-kit(or justdoc-kit, when applicable)