npm Package Setup Checklist
This issue tracks the manual steps required to enable npm distribution after PR #4 is merged.
Prerequisites
Package Setup
GitHub Configuration
Release Workflow Update
Verification
Important Notes
- The package name
@clickup/cli requires either:
- Ownership of the
@clickup npm organization
- Or use an alternative like
clickup-cli (without scope)
- First version must be published manually to claim the name
- npm tokens expire after 1 year by default
Alternative Package Names
If @clickup/cli is not available, consider:
clickup-cli
cu-cli
@timimsms/clickup-cli (personal scope)
Related to PR #4
npm Package Setup Checklist
This issue tracks the manual steps required to enable npm distribution after PR #4 is merged.
Prerequisites
Package Setup
cd npm npm login npm publish --access publicGitHub Configuration
NPM_TOKENto GitHub secrets:NPM_TOKENRelease Workflow Update
.github/workflows/release.yml:Verification
npm install -g @clickup/cliImportant Notes
@clickup/clirequires either:@clickupnpm organizationclickup-cli(without scope)Alternative Package Names
If
@clickup/cliis not available, consider:clickup-clicu-cli@timimsms/clickup-cli(personal scope)Related to PR #4