1.0.1 ⢠Published 3 years ago
vite-plugin-custom-functions-metadata v1.0.1
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!