rattail 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/README.zh-CN.md +8 -0
- package/lib/index.cjs +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
<a href="https://rattail.pages.dev">Documentation</a> |
|
|
9
9
|
<a href="https://github.com/varletjs/rattail/blob/main/README.zh-CN.md">中文介绍</a>
|
|
10
10
|
</p>
|
|
11
|
+
<p>
|
|
12
|
+
<img src="https://img.shields.io/npm/v/rattail?style=flat-square" alt="version">
|
|
13
|
+
<img src="https://img.shields.io/github/stars/varletjs/rattail" alt="stars">
|
|
14
|
+
<img src="https://img.shields.io/npm/l/rattail.svg" alt="license">
|
|
15
|
+
<img src="https://img.shields.io/codecov/c/github/varletjs/rattail" alt="coverage">
|
|
16
|
+
<img src="https://github.com/varletjs/varlet/workflows/CI/badge.svg" alt="ci">
|
|
17
|
+
</p>
|
|
11
18
|
</div>
|
|
12
19
|
|
|
13
20
|
---
|
|
@@ -17,6 +24,7 @@
|
|
|
17
24
|
- 🛠️ Provide utilities frequently used in daily development
|
|
18
25
|
- 🛠️ Utilities implementation is very lightweight
|
|
19
26
|
- 🛠️ Written based on ts, providing complete ts types
|
|
27
|
+
- 💪 Make sure more than 90% unit test coverage, providing stability assurance
|
|
20
28
|
|
|
21
29
|
### Installation
|
|
22
30
|
|
package/README.zh-CN.md
CHANGED
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
<a href="https://rattail.pages.dev/zh">文档</a> |
|
|
9
9
|
<a href="https://github.com/varletjs/rattail/blob/main/README.md">ENGLISH README</a>
|
|
10
10
|
</p>
|
|
11
|
+
<p>
|
|
12
|
+
<img src="https://img.shields.io/npm/v/rattail?style=flat-square" alt="version">
|
|
13
|
+
<img src="https://img.shields.io/github/stars/varletjs/rattail" alt="stars">
|
|
14
|
+
<img src="https://img.shields.io/npm/l/rattail.svg" alt="license">
|
|
15
|
+
<img src="https://img.shields.io/codecov/c/github/varletjs/rattail" alt="coverage">
|
|
16
|
+
<img src="https://github.com/varletjs/varlet/workflows/CI/badge.svg" alt="ci">
|
|
17
|
+
</p>
|
|
11
18
|
</div>
|
|
12
19
|
|
|
13
20
|
---
|
|
@@ -17,6 +24,7 @@
|
|
|
17
24
|
- 🛠️ 提供日常开发中经常使用的实用工具
|
|
18
25
|
- 🛠️ 工具实现非常轻量
|
|
19
26
|
- 🛠️ 使用 ts 编写,提供完善的类型支持
|
|
27
|
+
- 💪 确保 90% 以上单元测试覆盖率,提供稳定性保证
|
|
20
28
|
|
|
21
29
|
### 安装
|
|
22
30
|
|
package/lib/index.cjs
CHANGED
package/lib/index.js
CHANGED