@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
18 lines (17 loc) • 366 B
TypeScript
declare const _default: import("@reliverse/rempts").Command<{
files: {
type: "positional";
required: true;
description: string;
};
provider: {
type: "string";
alias: string;
description: string;
};
dryRun: {
type: "boolean";
description: string;
};
}>;
export default _default;