Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vite-plugin-custom-functions-metadata

abrasher915ISC1.0.1TypeScript support: included

Vite plugin to generate metadata for custom excel functions

vite, excel, plugin, officejs

readme

Welcome to vite-plugin-custom-functions-metadata 👋

Version License: ISC

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

Show your support

Give a ⭐️ if this project helped you!