{"library":"simple-bin-help","type":"library","category":null,"description":"simple-bin-help is a utility library for Node.js CLI (Command Line Interface) scripts, providing essential features like automatic help message display, argument validation, and update notifications. Currently stable at version 1.8.0, its release cadence is moderate, with updates typically focusing on dependency bumps and minor improvements rather than rapid feature additions. Key differentiators include its consolidated approach to common CLI boilerplate, offering a single function call to handle `--help` / `--version` flags, enforce minimum argument counts (`minArguments`), and integrate `update-notifier` for prompting users about new versions. It allows for customizable help strings, an `onFail` callback for custom error handling, and a `noExit` option to control the default `process.exit()` behavior, providing flexibility for different CLI design patterns.","language":"javascript","status":"active","version":"1.8.0","tags":["javascript","npm","cli","bin","utility","help","helper","update","start"],"install":[{"cmd":"npm install simple-bin-help","imports":["require('simple-bin-help')({ minArguments: 3, help: '...' });","const simpleBinHelp = require('simple-bin-help'); simpleBinHelp({ minArguments: 3, help: '...' });","const { default: simpleBinHelp } = await import('simple-bin-help'); simpleBinHelp({ minArguments: 3, help: '...' });"]},{"cmd":"yarn add simple-bin-help","imports":[]},{"cmd":"pnpm add simple-bin-help","imports":[]}],"homepage":null,"github":"https://github.com/bahmutov/simple-bin-help","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/simple-bin-help","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/simple-bin-help/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}