https://github.com/bazingaedward/vite-plugin-buildinfo

Add git tag/branch/hash meta info for index.html

https://github.com/bazingaedward/vite-plugin-buildinfo

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Add git tag/branch/hash meta info for index.html

Basic Info
  • Host: GitHub
  • Owner: bazingaedward
  • License: mit
  • Language: TypeScript
  • Default Branch: main
  • Size: 28.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

vite-plugin-buildInfo

Add multiple Git information artifacts to the index.html file for the project build ```html <!doctype html>

...

```

Info List

  • branch: HEAD branch
  • hash: HEAD commit
  • tag: HEAD tag
  • build Time: Date

Insall

pnpm install vite-plugin-meta-info -D

Config

```ts // vite.config.ts import MetaInfoPlugin from 'vite-plugin-meta-info'

export default defineConfig({ // ignore other config plugins: [ // ignore other plugins MetaInfoPlugin() ]

}) ```

Owner

  • Name: Edward Qiu
  • Login: bazingaedward
  • Kind: user
  • Location: 中国

开源社区贡献者

GitHub Events

Total
Last Year

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 6
  • Total Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.333
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
kaixiang.qiu k****u@g****m 4
Edward Qiu b****d@g****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 120 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
npmjs.org: vite-plugin-meta-info

Add multiple Git information artifacts to the index.html file for the project build ```html <!doctype html> <html lang="en"> <head> <meta name="git-branch" content="<branch>"> <meta name="git-commitHash" content="<hash>"> <meta name="git-tag" conten

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 120 Last month
Rankings
Dependent repos count: 27.9%
Average: 34.3%
Dependent packages count: 40.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

package.json npm
  • @vitest/coverage-v8 ^1.6.0 development
  • vite ^5.3.1 development
  • vite-plugin-dts ^3.5.4 development
  • vitest ^1.6.0 development
pnpm-lock.yaml npm
  • 214 dependencies