Skip to content

Commit

Permalink
doc: update description and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Dec 8, 2023
1 parent 5f399f2 commit 7279171
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
![build](https://github.com/AmadeusITGroup/tansu/workflows/ci/badge.svg)
[![codecov](https://codecov.io/gh/AmadeusITGroup/tansu/branch/master/graph/badge.svg)](https://codecov.io/gh/AmadeusITGroup/tansu)

Tansu is a lightweight, push-based state management library.
It borrows the ideas and APIs originally designed and implemented by [Svelte stores](https://github.com/sveltejs/rfcs/blob/master/text/0002-reactive-stores.md).
Tansu is a lightweight, push-based framework-agnostic state management library.
It borrows the ideas and APIs originally designed and implemented by [Svelte stores](https://github.com/sveltejs/rfcs/blob/master/text/0002-reactive-stores.md)
and extends them with `computed` and `batch`.

Main characteristics:

Expand Down
18 changes: 16 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
{
"name": "@amadeus-it-group/tansu",
"version": "0.0.23",
"description": "tansu is a lightweight, push-based state management library. It borrows the ideas and APIs originally designed and implemented by Svelte stores",
"description": "tansu is a lightweight, push-based framework-agnostic state management library. It borrows the ideas and APIs originally designed and implemented by Svelte stores and extends them with computed and batch.",
"keywords": [
"signals",
"signal",
"agnostic",
"reactive",
"store",
"state",
"model",
"interop",
"observable",
"computed",
"derived",
"readable",
"writable",
"svelte",
"state management",
"Angular"
"angular"
],
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit 7279171

Please sign in to comment.