Skip to content

Commit

Permalink
feat: add demo image and update README with test coverage in all lang…
Browse files Browse the repository at this point in the history
…uages
  • Loading branch information
shixinzhu committed Aug 29, 2023
1 parent 35638de commit dde9c55
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

- ✨ Convenient and easy to use
- 🦾 Full TypeScript support
- 💯 100% test coverage

## Install

Expand Down Expand Up @@ -45,6 +46,10 @@ console.log(VALUES); // ['VALUE_1', 'VALUE_2', 'VALUE_3']
// ...
```

<p align="center">
<img src="./docs/public/demo.png" width="500px" />
</p>

## API

```typescript
Expand Down
9 changes: 8 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<p align="center">
<img src="./docs/public/logo.png" width="300px" />
</p>
<h1 align="center">constant-sage</h1>

<p align="center">constant-sage可以通过你定义的常量字典,生成类型完善的各种常用的
数据结构</p>

## Features

- ✨ 方便便捷
- 🦾 完善的 TypeScript 支持
- 💯 100% 单元测试覆盖

## Install

Expand Down Expand Up @@ -37,6 +40,10 @@ console.log(VALUES); // ['VALUE_1', 'VALUE_2', 'VALUE_3']
// ...
```

<p align="center">
<img src="./docs/public/demo.png" width="500px" />
</p>

## API

```typescript
Expand Down
Binary file added docs/public/demo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dde9c55

Please sign in to comment.