https://github.com/bazingaedward/vite-plugin-buildinfo
Add git tag/branch/hash meta info for index.html
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
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
Metadata Files
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: 中国
- Repositories: 86
- Profile: https://github.com/bazingaedward
开源社区贡献者
GitHub Events
Total
Last Year
Committers
Last synced: 8 months ago
Top Committers
| Name | 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
- Homepage: https://github.com/bazingaedward/vite-plugin-buildInfo#readme
- License: MIT
-
Latest release: 0.1.4
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- @vitest/coverage-v8 ^1.6.0 development
- vite ^5.3.1 development
- vite-plugin-dts ^3.5.4 development
- vitest ^1.6.0 development
- 214 dependencies