@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
44 lines (43 loc) • 879 B
TypeScript
declare const _default: import("@reliverse/rempts").Command<{
repo: {
type: "string";
description: string;
required: false;
};
dest: {
type: "string";
description: string;
required: false;
};
dev: {
type: "boolean";
description: string;
default: false;
};
force: {
type: "boolean";
description: string;
default: false;
};
skipPrompts: {
type: "boolean";
description: string;
default: false;
};
install: {
type: "boolean";
description: string;
default: false;
};
token: {
type: "string";
description: string;
required: false;
};
cache: {
type: "boolean";
description: string;
default: false;
};
}>;
export default _default;