select-shell
select-shell copied to clipboard
list of select for nodejs aplication on terminal.
Results
1
select-shell issues
Sort by
recently updated
recently updated
newest added
kind of like https://www.npmjs.com/package/promptly ```js const name = await promptly.prompt('Name: ', { validator, retry: false }); ```