{"id":20678786,"url":"https://github.com/olistic/inquirer-prompt-suggest","last_synced_at":"2025-04-19T23:33:42.824Z","repository":{"id":32458558,"uuid":"134459676","full_name":"olistic/inquirer-prompt-suggest","owner":"olistic","description":"Inquirer.js prompt for your less creative users","archived":false,"fork":false,"pushed_at":"2021-12-22T08:52:13.000Z","size":36,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T05:48:38.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/olistic.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-05-22T18:36:52.000Z","updated_at":"2023-09-24T20:32:04.000Z","dependencies_parsed_at":"2022-07-16T00:30:37.775Z","dependency_job_id":null,"html_url":"https://github.com/olistic/inquirer-prompt-suggest","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Finquirer-prompt-suggest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Finquirer-prompt-suggest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Finquirer-prompt-suggest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olistic%2Finquirer-prompt-suggest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olistic","download_url":"https://codeload.github.com/olistic/inquirer-prompt-suggest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970885,"owners_count":17400480,"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":[],"created_at":"2024-11-16T21:22:15.537Z","updated_at":"2024-11-16T21:22:16.068Z","avatar_url":"https://github.com/olistic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inquirer-prompt-suggest\n\n[Inquirer.js](https://github.com/SBoudrias/Inquirer.js) prompt for your less\ncreative users.\n\n![Preview](https://user-images.githubusercontent.com/5600126/40391192-d4f3d6d0-5ded-11e8-932f-4b75b642c09e.gif)\n\n## Installation\n\n```sh\nnpm install --save inquirer-prompt-suggest\n```\n\n## Usage\n\n1.  Register the prompt:\n\n```js\ninquirer.registerPrompt('suggest', require('inquirer-prompt-suggest'));\n```\n\n2.  Use it:\n\n```js\ninquirer.prompt({\n  type: 'suggest',\n  name: 'kittenName',\n  message: 'Enter a name for your kitten:',\n  suggestions: ['Oliver', 'Luna', 'Charlie', 'Bella', 'Max', 'Lucy'],\n});\n```\n\n## Options\n\nTakes all [input properties](https://github.com/SBoudrias/Inquirer.js#input---type-input), plus:\n\n* `suggestions` _(string[])_: A list of suggestions.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folistic%2Finquirer-prompt-suggest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folistic%2Finquirer-prompt-suggest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folistic%2Finquirer-prompt-suggest/lists"}