{"id":26974838,"url":"https://github.com/easimonenko/node-cli-options-parsing-review","last_synced_at":"2025-04-03T11:17:50.028Z","repository":{"id":10980218,"uuid":"67159242","full_name":"easimonenko/node-cli-options-parsing-review","owner":"easimonenko","description":"Review of modules for parsing command line options in Node.js (in Russian).","archived":false,"fork":false,"pushed_at":"2024-11-12T18:45:11.000Z","size":255,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-12T19:33:40.358Z","etag":null,"topics":["cli","nodejs","parsing","review"],"latest_commit_sha":null,"homepage":"https://habr.com/post/309936/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easimonenko.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-01T19:14:47.000Z","updated_at":"2024-11-12T18:43:04.000Z","dependencies_parsed_at":"2024-11-12T19:37:53.517Z","dependency_job_id":null,"html_url":"https://github.com/easimonenko/node-cli-options-parsing-review","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easimonenko%2Fnode-cli-options-parsing-review","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easimonenko%2Fnode-cli-options-parsing-review/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easimonenko%2Fnode-cli-options-parsing-review/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easimonenko%2Fnode-cli-options-parsing-review/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easimonenko","download_url":"https://codeload.github.com/easimonenko/node-cli-options-parsing-review/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989752,"owners_count":20865331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","nodejs","parsing","review"],"created_at":"2025-04-03T11:17:49.647Z","updated_at":"2025-04-03T11:17:50.022Z","avatar_url":"https://github.com/easimonenko.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-cli-options-parsing-review\n\nReview of modules for parsing command line options in Node.js.\n\n* [Обзор пакетов Node.js для разбора опций командной строки](./article.ru.md)\n\nFor generating of table or for trying of samples install packages first:\n\n``` sh\nnpm install\n```\n\nor\n\n``` sh\nyarn install\n```\n\n## Generating of Table\n\nTo generating of table in Markdown format:\n\n``` sh\ncd table\nnode table-npm.js \u003e table-npm.md\nnode table-github.js \u003e table-github.md\n```\n\nTo generating of table in HTML use the command:\n\n``` sh\ncd table\nnode table.js --html \u003e table.html\n```\n\n## Sample for *commander*\n\nTry:\n\n``` sh\ncd samples\nnode commander.js --help\n```\n\n## Sample for *minimist*\n\nTry:\n\n``` sh\ncd samples\nnode mininist.js -abc --help --size=large -- 1 2 3\nnode mininist-with-settings.js -abc --help --size=large -- 1 2 3\n```\n\n## Sample for *yargs*\n\nTry:\n\n``` sh\ncd samples\nnode yargs.js --version\nnode yargs.js -h\nnode yargs.js --size=middle\nnode yargs.js --list 1 2 3 --size=large\n```\n\n## License\n\nThe sources of this project distributed by Expat-like license (see file [LICENSE](./LICENSE)). The text of paper in file [article.ru.md](./article.ru.md) distributed by CC-BY-ND 4.0 license. The sources of samples in folder [samples](./samples) in public domain.\n\n***\n\n(c) 2016, 2019, 2024 Evgeny Simonenko \u003ceasimonenko@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasimonenko%2Fnode-cli-options-parsing-review","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasimonenko%2Fnode-cli-options-parsing-review","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasimonenko%2Fnode-cli-options-parsing-review/lists"}