
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@gunshi/bone
Advanced tools
@gunshi/bonegunshi minimum
This package exports the bellow APIs and types.
cli: The main CLI function to run the command, not included @gunshi/plugin-global and @gunshi/plugin-renderer built-in plugins.[!TIP] The APIs and type definitions available in this package are the same as those in the
gunshi/boneentry in thegunshipackage. This package is smaller in file size than thegunshipackage, making it suitable for use when you want to reduce the size of thenode_modulesin your cli application you are creating.
[!IMPORTANT] You cannot use the
clifunction in this entry to display the usage of the command with--helpoption. This entry point is provided to allow users to customize it completely, such as command usage rendering and plugin composition.
# npm
npm install --save @gunshi/bone
## pnpm
pnpm add @gunshi/bone
## yarn
yarn add @gunshi/bone
## deno
deno add jsr:@gunshi/bone
## bun
bun add @gunshi/bone
import { cli } from 'gunshi/bone'
import global from '@gunshi/plugin-global'
import renderer from '@gunshi/plugin-renderer'
import i18n from '@gunshi/plugin-i18n'
const entry = ctx => {
// entry logic ...
}
await cli(process.argv.slice(2), entry, {
// ...
plugins: [
global(),
renderer(),
i18n({
// plugin options ...
})
]
})
FAQs
gunshi minimum
We found that @gunshi/bone 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
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.