An open API service indexing awesome lists of open source software.

https://github.com/flaque/prompt


https://github.com/flaque/prompt

Last synced: 2 months ago
JSON representation

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: ");
```