You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: change package name to @doplan-dev/cli (shorter and cleaner)
- Update package.json name from @doplan-dev/doplan-cli to @doplan-dev/cli
- Update all references in workflows, documentation, and press materials
- Shorter name is cleaner and less redundant (scope already indicates organization)
Copy file name to clipboardExpand all lines: docs/development/NPM_PUBLISHING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document describes how to publish the DoPlan CLI to npm.
4
4
5
5
## Overview
6
6
7
-
The DoPlan CLI is published to npm as `@doplan-dev/doplan-cli`. The npm package includes a wrapper script that automatically downloads the platform-specific binary from GitHub releases.
7
+
The DoPlan CLI is published to npm as `@doplan-dev/cli`. The npm package includes a wrapper script that automatically downloads the platform-specific binary from GitHub releases.
8
8
9
9
## Package Structure
10
10
@@ -26,7 +26,7 @@ Publishing to npm is automated via GitHub Actions. When you push a tag matching
26
26
27
27
**Requirements:**
28
28
-`NPM_TOKEN` secret must be configured in GitHub repository settings
29
-
- Token must have publish permissions for the `@doplan-dev/doplan-cli` package
29
+
- Token must have publish permissions for the `@doplan-dev/cli` package
0 commit comments