
Security News
Node.js Moves to Annual Major Releases Starting with Node 27
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.
@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
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.

Research
/Security News
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.