Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 355 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 355 Bytes

@codegenius/create-plugin

安装

npm i @codegenius/create-plugin -D
import { defineConfig } from "code-genius";
import { createProjectInstaller } from "@codegenius/create-plugin";

export default defineConfig({
  plugins: [
    createProjectInstaller(),
  ],
});

使用

命令模式

codeg create