{"library":"ee-argv","type":"library","category":null,"description":"ee-argv is a minimalist command-line argument parser for Node.js, designed for straightforward key-value and flag parsing. It supports `--key=value`, `--key`, and `--key value` argument formats, offering basic `has(key)` and `get(key)` methods to access parsed arguments. Currently at version 1.0.2, the package appears to be unmaintained, with its `package.json` indicating compatibility with Node.js `>=4.2.1`, an environment released in 2015. Unlike modern CLI parsing libraries such as `yargs` or `commander.js`, ee-argv lacks advanced features like type validation, subcommand support, automatic help generation, or robust error handling, making it suitable only for very simple, legacy Node.js applications or as a direct replacement for manual `process.argv` parsing. There is no discernible release cadence due to its inactive status.","language":"javascript","status":"abandoned","version":"1.0.2","tags":["javascript","argv","commandline","parser"],"last_verified":"Wed May 27","install":[{"cmd":"npm install ee-argv","imports":["const argv = require('ee-argv');","import argv from 'ee-argv'; // In an ESM context, this imports the entire module.exports object.","const argv = require('ee-argv');\nconst port = argv.get('port');"]},{"cmd":"yarn add ee-argv","imports":[]},{"cmd":"pnpm add ee-argv","imports":[]}],"homepage":null,"github":"https://github.com/eventEmitter/ee-argv","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/ee-argv","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/ee-argv/compatibility"}}