Vite plugin to generate metadata for custom excel functions
npm install vite-plugin-custom-functions-metadata> Vite plugin to generate metadata for custom excel functions
``sh`
npm install
`javascript
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"),
}),
],
});
``
š¤ abrasher
- Github: @abrasher
Give a āļø if this project helped you!