@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
42 lines (41 loc) • 832 B
TypeScript
/**
* Generates rse config files for multiple projects
*/
declare const _default: import("@reliverse/rempts").Command<{
ts: {
type: "boolean";
description: string;
default: false;
};
dev: {
type: "boolean";
description: string;
default: false;
};
jsonc: {
type: "boolean";
description: string;
default: true;
};
nocache: {
type: "boolean";
description: string;
default: false;
};
fresh: {
type: "boolean";
description: string;
default: false;
};
typesPath: {
type: "string";
description: string;
default: string;
};
_: {
type: "array";
description: string;
required: false;
};
}>;
export default _default;