
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@gentleduck/cli
Advanced tools
CLI for initializing duck-ui config and installing/updating/removing registry components.
npx @gentleduck/cli --help
npx @gentleduck/cli init [components...]
npx @gentleduck/cli add [components...]
npx @gentleduck/cli update [components...]
npx @gentleduck/cli remove [components...]
npx @gentleduck/cli diff [components...]
When duck-ui.config.json has "monorepo": true, the CLI resolves target paths from the config workspace field.
You can override the target workspace per command:
npx @gentleduck/cli add button --workspace apps/web
npx @gentleduck/cli update --all --workspace apps/web
npx @gentleduck/cli diff button --workspace apps/web
For init:
npx @gentleduck/cli init --monorepo --workspace apps/web
The CLI validates the workspace target:
package.json must existtsconfig.json must exist for component commandsLegacy duck-ui.config.json files (without workspace) are rejected.
Re-run init to migrate:
npx @gentleduck/cli init
This repo uses Changesets for versioning and publishing.
bun run changeset
bun run version-packages
bun run --cwd packages/duck-cli test
bun run --cwd packages/duck-cli build
bun run release
FAQs
CLI to add gentleduck/ui components and bootstrap integrations.
The npm package @gentleduck/cli receives a total of 9 weekly downloads. As such, @gentleduck/cli popularity was classified as not popular.
We found that @gentleduck/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.