@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
10 lines (9 loc) • 573 B
JavaScript
import { re } from "@reliverse/relico";
import { anykeyPrompt } from "@reliverse/rempts";
export async function showAnykeyPrompt() {
const notification = `\u{1F916} Hello, my name is rseyour assistant for creating new web projects, integrating new features, and making advanced codebase modifications.
\u2728 I'm constantly evolving, with even more features soon! In the future, I'll be able to work with not only web apps. Let's get started!
\u2502 ============================
\u2502 ${re.bold("Press any key to continue...")}`;
await anykeyPrompt(notification);
}