vite-plugin-custom-functions-metadata
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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!

Package Sidebar

Install

npm i vite-plugin-custom-functions-metadata

Weekly Downloads

13

Version

1.0.1

License

ISC

Unpacked Size

5.77 kB

Total Files

6

Last publish

Collaborators

  • abrasher