Welcome to vite-plugin-custom-functions-metadata 👋
Vite plugin to generate metadata for custom excel functions
🏠 Homepage
Install
npm install
Configuration
import customFunctionsMetadataPlugin from "vite-plugin-custom-functions-metadata";
export default defineConfig({
plugins: [
customFunctionsMetadataPlugin({
inputFile: resolve(__dirname, "src/functions/functions.ts"),
outputFile: resolve(__dirname, "src/functions/functions.json"),
}),
],
});
Author
👤 abrasher
- Github: @abrasher
Show your support
Give a ⭐️ if this project helped you!