{"library":"auditboard-cli","type":"library","category":null,"description":"The `auditboard-cli` is a Node.js-based command-line interface (CLI) tool designed to boost developer productivity by enabling the creation and automation of custom tasks within JavaScript projects. Currently in version `0.3.0-dev.2`, it follows an iterative release cadence typical for early-stage development. Inspired by task runners like Ruby's Rake and Laravel's Artisan, this CLI allows developers to define project-specific commands within an `ab-cli-commands` directory, or create global utilities stored in `~/.ab-cli-commands`. Its core differentiation lies in supporting both local and global command definitions with a simple, CommonJS-based API for command creation, including clear mechanisms for defining required and optional arguments. It abstracts argument parsing, allowing developers to focus on command logic.","language":"javascript","status":"active","version":"0.3.0-dev.2","tags":["javascript","cli","auditboard"],"last_verified":"Wed May 27","install":[{"cmd":"npm install auditboard-cli","imports":["npx auditboard <command>","module.exports = { async command(args) { /* ... */ }, commandOptions: { /* ... */ } };","async command(args) { const requiredParam = args.firstParam; const optionalArg = args.option; }"]},{"cmd":"yarn add auditboard-cli","imports":[]},{"cmd":"pnpm add auditboard-cli","imports":[]}],"homepage":null,"github":"https://github.com/soxhub/auditboard-cli","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/auditboard-cli","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/auditboard-cli/compatibility"}}