vite-plugin-custom-functions-metadata
Version:
Vite plugin to generate metadata for custom excel functions
45 lines (32 loc) ⢠1.1 kB
Markdown
<h1 align="center">Welcome to vite-plugin-custom-functions-metadata š</h1>
<p>
<a href="https://www.npmjs.com/package/vite-plugin-custom-functions-metadata" target="_blank">
<img alt="Version" src="https://img.shields.io/npm/v/vite-plugin-custom-functions-metadata.svg">
</a>
<a href="#" target="_blank">
<img alt="License: ISC" src="https://img.shields.io/badge/License-ISC-yellow.svg" />
</a>
</p>
> Vite plugin to generate metadata for custom excel functions
### š [Homepage](github.com/abrasher/vite-plugin-custom-functions-metadata)
## Install
```sh
npm install
```
## Configuration
```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"),
}),
],
});
```
## Author
š¤ **abrasher**
- Github: [@abrasher](https://github.com/abrasher)
## Show your support
Give a āļø if this project helped you!