-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Request
Would it be possible to publish linear-cli to npm (in addition to JSR/Homebrew) so it can be installed as a project devDependency?
Use case
I'm transitioning a Claude Code skill from custom GraphQL scripts to linear-cli. The skill lives inside a monorepo, and I'd like the CLI to be a dev dependency so that:
- All developers and CI get the same pinned version via
bun install/npm install - No need for each developer to
brew installseparately - The binary is available via
npx linear/bunx linearwithin the project
Current state
The JSR package (@schpet/linear-cli) can be installed via bunx jsr add -D @schpet/linear-cli, but it installs as a library export -- it doesn't expose a bin entry, so there's no CLI binary available after install.
Homebrew works great for individual use, but doesn't solve the "pin it in the repo" use case.
Suggestion
Publishing to npm with a proper bin field (e.g., "bin": { "linear": "./src/main.js" }) would allow:
npm install -D @schpet/linear-cli
npx linear issue view TEAM-123Thanks for the great tool!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels