UNPKG

@reliverse/rse-sdk

Version:

@reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).

10 lines (9 loc) 573 B
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); }