Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 87e8354

Browse files
committed
added status badge
1 parent d1282f5 commit 87e8354

File tree

9 files changed

+29
-6
lines changed

9 files changed

+29
-6
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
</p>
1818

1919
<p align="left">
20+
<a href="https://agile-ts.org">
21+
<img src="https://img.shields.io/badge/Status-Beta-green.svg" alt="Status"/>
22+
</a>
2023
<a href="https://github.com/agile-ts/agile/actions?query=workflow%3ARelease">
2124
<img src="https://github.com/agile-ts/agile/workflows/Release/badge.svg" alt="Build Status"/>
2225
</a>
@@ -75,11 +78,11 @@ More examples can be found in the [Example section](https://agile-ts.org/docs/ex
7578
<br />
7679
<img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/why_should_i_use_agile.png" alt="Why should I use AgileTs?"/>
7780

78-
AgileTs is a global State and Logic Library implemented in Typescript.
81+
AgileTs is an atom based global State and Logic Library implemented in Typescript.
7982
It offers a reimagined API that focuses on **developer experience**
8083
and allows you to **easily** and **flexible** manage your application States.
8184
Besides [States](https://agile-ts.org/docs/core/state),
82-
AgileTs offers some other powerful and tree shakable APIs that make your life easier,
85+
AgileTs offers some other powerful APIs that make your life easier,
8386
such as [Collections](https://agile-ts.org/docs/core/collection)
8487
and [Computed States](https://agile-ts.org/docs/core/computed).
8588
The philosophy behind AgileTs is simple:

examples/react/develop/functional-component-ts/src/core/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ MY_EVENT.on('Test', () => {
126126

127127
// LOGGER tests
128128

129-
const logger = new Logger((l) => ({
129+
const logger = new Logger({
130130
prefix: 'Tests',
131131
allowedTags: ['coreWarning', 'randomDebug'],
132132
level: Logger.level.DEBUG,
133133
timestamp: true,
134-
}));
134+
});
135135
logger.watch(
136136
(loggerCategory, data) => {
137137
console.log('--- CALLED WATCHER ', loggerCategory, data);

packages/api/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Promise based HTTP request API for Node.js
44
5+
<a href="https://agile-ts.org">
6+
<img src="https://img.shields.io/badge/Status-Alpha-green.svg" alt="Status"/>
7+
</a>
58
<a href="https://npm.im/@agile-ts/api">
69
<img src="https://img.shields.io/npm/v/@agile-ts/api.svg" alt="npm version"/></a>
710
<a href="https://github.com/agile-ts/agile">
@@ -73,4 +76,4 @@ _Other Versions aren't supported anymore_
7376

7477

7578
## 📄 Documentation
76-
The Agile Api Docs are located [here](https://agile-ts.org/docs/)
79+
The Agile Api Docs are located [here](https://agile-ts.org/docs/)

packages/event/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Handy class for emitting UI Events
44
5+
<a href="https://agile-ts.org">
6+
<img src="https://img.shields.io/badge/Status-Alpha-green.svg" alt="Status"/>
7+
</a>
58
<a href="https://npm.im/@agile-ts/event">
69
<img src="https://img.shields.io/npm/v/@agile-ts/event.svg" alt="npm version"/></a>
710
<a href="https://github.com/agile-ts/agile">

packages/logger/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
55
<br />
66

7+
<a href="https://agile-ts.org">
8+
<img src="https://img.shields.io/badge/Status-Beta-green.svg" alt="Status"/>
9+
</a>
710
<a href="https://github.com/agile-ts/agile">
811
<img src="https://img.shields.io/github/license/agile-ts/agile.svg?label=license&style=flat&colorA=293140&colorB=4a4872" alt="GitHub License"/></a>
912
<a href="https://npm.im/@agile-ts/logger">

packages/multieditor/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
> Simple Form Manager for UI-Frameworks
44
5+
<a href="https://agile-ts.org">
6+
<img src="https://img.shields.io/badge/Status-Alpha-green.svg" alt="Status"/>
7+
</a>
58
<a href="https://npm.im/@agile-ts/multieditor">
69
<img src="https://img.shields.io/npm/v/@agile-ts/multieditor.svg" alt="npm version"/></a>
710
<a href="https://github.com/agile-ts/agile">

packages/proxytree/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
55
<br />
66

7+
<a href="https://agile-ts.org">
8+
<img src="https://img.shields.io/badge/Status-Beta-green.svg" alt="Status"/>
9+
</a>
710
<a href="https://github.com/agile-ts/agile">
811
<img src="https://img.shields.io/github/license/agile-ts/agile.svg?label=license&style=flat&colorA=293140&colorB=4a4872" alt="GitHub License"/></a>
912
<a href="https://npm.im/@agile-ts/proxytree">

packages/utils/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
55
<br />
66

7+
<a href="https://agile-ts.org">
8+
<img src="https://img.shields.io/badge/Status-Beta-green.svg" alt="Status"/>
9+
</a>
710
<a href="https://github.com/agile-ts/agile">
811
<img src="https://img.shields.io/github/license/agile-ts/agile.svg?label=license&style=flat&colorA=293140&colorB=4a4872" alt="GitHub License"/></a>
912
<a href="https://npm.im/@agile-ts/utils">

packages/vue/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
55
<br />
66

7+
<a href="https://agile-ts.org">
8+
<img src="https://img.shields.io/badge/Status-Beta-green.svg" alt="Status"/>
9+
</a>
710
<a href="https://github.com/agile-ts/agile">
811
<img src="https://img.shields.io/github/license/agile-ts/agile.svg?label=license&style=flat&colorA=293140&colorB=4a4872" alt="GitHub License"/></a>
912
<a href="https://npm.im/@agile-ts/vue">
@@ -13,7 +16,6 @@
1316
<a href="https://npm.im/@agile-ts/vue">
1417
<img src="https://img.shields.io/npm/dt/@agile-ts/vue.svg?label=downloads&style=flat&colorA=293140&colorB=4a4872" alt="npm total downloads"/></a>
1518

16-
1719
<br />
1820

1921

0 commit comments

Comments
 (0)