8000 GitHub - 0f-0b/prompt: Line editing library.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0f-0b/prompt

Repository files navigation

prompt

Line editing library.

Example

import { prompt } from "jsr:@ud2/prompt";
import { DenoPromptEnvironment } from "jsr:@ud2/prompt/env/deno";

const env = new DenoPromptEnvironment();
const result = await prompt(env);
console.log(result);

See more in the examples directory.

About

Line editing library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0