1.0.1 • Published 3 years ago

vite-plugin-custom-functions-metadata v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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!

1.0.1

3 years ago

1.0.0

3 years ago