
Security News
Socket Security Analysis Is Now One Click Away on npm
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.
@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
The npm package @gunshi/bone receives a total of 5 weekly downloads. As such, @gunshi/bone popularity was classified as not popular.
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
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.

Security News
A compromised npm publish token was used to push a malicious postinstall script in cline@2.3.0, affecting the popular AI coding agent CLI with 90k weekly downloads.

Product
Socket is now scanning AI agent skills across multiple languages and ecosystems, detecting malicious behavior before developers install, starting with skills.sh's 60,000+ skills.