https://github.com/flaque/prompt
https://github.com/flaque/prompt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaque/prompt
- Owner: Flaque
- Created: 2020-06-03T03:21:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-03T03:30:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T10:13:53.593Z (4 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prompts
A prompt command for [Deno](https://deno.land) scripts.
```ts
import { prompt } from "https://raw.githubusercontent.com/Flaque/prompt/0.1.0/mod.ts";const result = await prompt("name: ");
```