{"id":20942541,"url":"https://github.com/wow-actions/parse-inputs","last_synced_at":"2026-05-20T14:37:08.772Z","repository":{"id":62186361,"uuid":"557691438","full_name":"wow-actions/parse-inputs","owner":"wow-actions","description":"Utility method to parse action's inputs.","archived":false,"fork":false,"pushed_at":"2023-01-30T02:03:17.000Z","size":250,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-05T23:36:11.691Z","etag":null,"topics":["actions","util"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/wow-actions.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}},"created_at":"2022-10-26T05:54:52.000Z","updated_at":"2025-04-14T17:54:32.000Z","dependencies_parsed_at":"2023-01-31T11:00:45.471Z","dependency_job_id":null,"html_url":"https://github.com/wow-actions/parse-inputs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wow-actions/parse-inputs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wow-actions%2Fparse-inputs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wow-actions%2Fparse-inputs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wow-actions%2Fparse-inputs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wow-actions%2Fparse-inputs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wow-actions","download_url":"https://codeload.github.com/wow-actions/parse-inputs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wow-actions%2Fparse-inputs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263996080,"owners_count":23541400,"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":["actions","util"],"created_at":"2024-11-18T23:28:06.732Z","updated_at":"2026-05-20T14:37:08.742Z","avatar_url":"https://github.com/wow-actions.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parse-inputs\n\nUtility method to parse action's inputs\n\n## Installation\n\n```shell\n$ npm install @wow-actions/parse-inputs --save\n```\n\n## Usage\n\n```ts\nimport parseInputs from '@wow-actions/parse-inputs';\n\nconst inputs = parseInputs({\n  foo: { type: 'boolean' },\n  bar: { type: 'stringArray', required: true}\n}); // =\u003e { foo: true, bar: ['Hello, Action', 'GitHub Action is cool']}\n```\n\n\n## License\n\nThe scripts and documentation in this project are released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwow-actions%2Fparse-inputs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwow-actions%2Fparse-inputs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwow-actions%2Fparse-inputs/lists"}