@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
32 lines (31 loc) • 665 B
TypeScript
declare const _default: import("@reliverse/rempts").Command<{
codemods: {
type: "positional";
required: false;
array: boolean;
description: string;
};
dry: {
type: "boolean";
description: string;
default: false;
required: false;
};
format: {
type: "boolean";
description: string;
default: false;
required: false;
};
include: {
type: "string";
description: string;
required: false;
};
exclude: {
type: "string";
description: string;
required: false;
};
}>;
export default _default;