Compare commits
No commits in common. "main" and "v4.0.0" have entirely different histories.
1 changed files with 2 additions and 13 deletions
15
README.md
15
README.md
|
@ -19,27 +19,16 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<img alt="Tests status" src="https://code.zeptotech.net/Sharkitek/Core/badges/workflows/test.yaml/badge.svg" />
|
||||
<a href="https://bundlephobia.com/package/@sharkitek/core" target="_blank">
|
||||
<img alt="Bundle size" src="https://badgen.net/bundlephobia/minzip/@sharkitek/core" />
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@sharkitek/core" target="_blank">
|
||||
<img alt="Latest release" src="https://badgen.net/npm/v/@sharkitek/core" />
|
||||
<img alt="Latest release" src="https://code.zeptotech.net/Sharkitek/Core/badges/release.svg" />
|
||||
</a>
|
||||
<a href="https://bundlephobia.com/package/@sharkitek/core" target="_blank">
|
||||
<img alt="Bundle size" src="https://badgen.net/bundlephobia/dependency-count/@sharkitek/core" />
|
||||
</a>
|
||||
<img alt="Latest release" src="https://badgen.net/npm/types/@sharkitek/core" />
|
||||
<img alt="Tests status" src="https://code.zeptotech.net/Sharkitek/Core/badges/workflows/test.yaml/badge.svg" />
|
||||
</p>
|
||||
|
||||
## Introduction
|
||||
|
||||
Sharkitek is a lightweight Javascript / TypeScript library designed to ease development of models.
|
||||
|
||||
```shell
|
||||
yarn add @sharkitek/core
|
||||
```
|
||||
|
||||
With Sharkitek, you define the architecture of your models by specifying their properties and their types.
|
||||
Then, you can use the defined methods like `serialize`, `parse`, `patch` or `serializeDiff`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue