# influxdb-templates **Repository Path**: mirrors_influxdata/influxdb-templates ## Basic Information - **Project Name**: influxdb-templates - **Description**: This repo is a collection of dashboard templates used in the InfluxDB UI. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # InfluxDB Templates This repo is a collection of [templates](https://v2.docs.influxdata.com/v2.0/visualize-data/templates/) used in the InfluxDB 2.x UI. ## Development ### Releasing a new version Ensure that: - You have administrator access to this repo on GitHub - You have permissions to publish to the [influxdata](https://www.npmjs.com/org/influxdata) organization on npm - You are logged into Yarn (`yarn login`) - You are on `master` and the working tree is clean Then run the publish script in the root of the repo: ``` ./publish ```