Skip to content

Commit 1b0e66a

Browse files
committed
docs: ✏️ badges
1 parent 9d25498 commit 1b0e66a

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
# 📦 robuild 😯 [![npm](https://img.shields.io/npm/v/robuild.svg)](https://npmjs.com/package/robuild)
66

7+
[![npm version][npm-version-src]][npm-version-href]
8+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
9+
[![bundle][bundle-src]][bundle-href]
10+
[![JSDocs][jsdocs-src]][jsdocs-href]
11+
[![License][license-src]][license-href]
12+
713
English | <a href="./README-zh.md">简体中文</a>
814

915
⚡️ Zero-config ESM/TS package builder. Powered by [**Oxc**](https://oxc.rs/), [**Rolldown**](https://rolldown.rs/) and [**rolldown-plugin-dts**](https://github.com/sxzz/rolldown-plugin-dts).
@@ -89,4 +95,16 @@ Visit our documentation site for detailed guides, API reference, and examples.
8995

9096
## License
9197

92-
💛 Released under the [MIT](./LICENSE) license.
98+
💛 [MIT](./LICENSE) License © [Sunny-117](https://github.com/Sunny-117)
99+
<!-- Badges -->
100+
101+
[npm-version-src]: https://img.shields.io/npm/v/robuild?style=flat&colorA=080f12&colorB=1fa669
102+
[npm-version-href]: https://npmjs.com/package/robuild
103+
[npm-downloads-src]: https://img.shields.io/npm/dm/robuild?style=flat&colorA=080f12&colorB=1fa669
104+
[npm-downloads-href]: https://npmjs.com/package/robuild
105+
[bundle-src]: https://img.shields.io/bundlephobia/minzip/robuild?style=flat&colorA=080f12&colorB=1fa669&label=minzip
106+
[bundle-href]: https://bundlephobia.com/result?p=robuild
107+
[license-src]: https://img.shields.io/github/license/Sunny-117/robuild.svg?style=flat&colorA=080f12&colorB=1fa669
108+
[license-href]: https://github.com/Sunny-117/robuild/blob/main/LICENSE
109+
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
110+
[jsdocs-href]: https://www.jsdocs.io/package/robuild

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"test:types": "tsc --noEmit --skipLibCheck",
3030
"docs:dev": "vitepress dev docs",
3131
"docs:build": "vitepress build docs",
32-
"docs:preview": "vitepress preview docs"
32+
"docs:preview": "vitepress preview docs",
33+
"commit": "git-cz"
3334
},
3435
"dependencies": {
3536
"c12": "^3.0.4",
@@ -60,6 +61,7 @@
6061
"changelogen": "^0.6.1",
6162
"eslint": "^9.28.0",
6263
"esno": "^4.8.0",
64+
"git-cz": "^4.9.0",
6365
"prettier": "^3.5.3",
6466
"vitepress": "^1.6.3",
6567
"vitest": "^3.2.2"

pnpm-lock.yaml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)