https://github.com/iloveryuux/prompt
📝 A powerful and customizable CLI prompt library for interactive user input.
https://github.com/iloveryuux/prompt
cli input menu npmjs package prompt tool
Last synced: about 1 year ago
JSON representation
📝 A powerful and customizable CLI prompt library for interactive user input.
- Host: GitHub
- URL: https://github.com/iloveryuux/prompt
- Owner: iloveryuux
- License: mit
- Created: 2024-08-04T02:39:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T01:57:10.000Z (about 1 year ago)
- Last Synced: 2025-06-02T11:48:15.305Z (about 1 year ago)
- Topics: cli, input, menu, npmjs, package, prompt, tool
- Language: TypeScript
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## Prompt
[](https://badge.fury.io/js/@ryuux%2Fprompt)
A powerful and customizable CLI prompt library for interactive user input. Created solely with native packages or packages by **`ryuux`**. Constant updates ✨

# Installation 😎
pnpm
npm
yarn
```sh
pnpm add @ryuux/prompt
```
```sh
npm install @ryuux/prompt
```
```
yarn add @ryuux/prompt
```