{"library":"meow","type":"library","category":null,"description":"Meow is a minimalist and dependency-free helper library designed for creating command-line interface (CLI) applications in Node.js. It simplifies argument parsing, flag handling, and generation of help and version output. Currently stable at version 14.1.0, Meow maintains an active release cadence, often aligning major versions with Node.js LTS releases to keep up with runtime changes. Its key differentiators include automatic conversion of flags to camelCase, support for `--no-` prefix flag negation, and built-in `--version` and `--help` handling. Since version 12, Meow has been ESM-only, requiring modern Node.js module syntax and an `import.meta` object for package metadata resolution. Recent additions include robust subcommand parsing via the `commands` option and the ability to make input arguments required. It's an opinionated, lightweight choice for CLI parsing.","language":"javascript","status":"active","version":"14.1.0","tags":["javascript","cli","bin","util","utility","helper","argv","command","line"],"install":[{"cmd":"npm install meow","imports":["import meow from 'meow';","import type { AnyFlag } from 'meow';","import type { AnyFlags } from 'meow';"]},{"cmd":"yarn add meow","imports":[]},{"cmd":"pnpm add meow","imports":[]}],"homepage":null,"github":"https://github.com/sindresorhus/meow","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/meow","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/meow/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}