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

Commit ec13a89

Browse files
committed
Updated readme and counted version to 0.0.3
1 parent 38c302b commit ec13a89

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

ReadMe.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
# Agile Framework `1.0.2`
1+
# Agile Framework `v0.0.3`
22

33
_Agile is a global state and logic framework for reactive Typescript & Javascript applications. Supporting frameworks like React and React Native._
44

55
#### Agile is strongly inspired by [PulseJs](https://github.com/pulse-framework/pulse)
6-
It was mainly created to learn how Pulse works under the hood, and it was fun to 'copy' and optimize PulseJs.
7-
I will use this project mainly for my own projects because here the code style is after my taste..
8-
So I can change things quickly and don't have to deal with a big framework which is used by many people and must function perfectly.
6+
It was mainly created to learn how PulseJs works under the hood, and it was fun to 'copy' and optimize PulseJs.
7+
This framework will mainly be used for my own projects because here I can make changes quickly without having fear to damage big projects from other people..
8+
because nearly every app depends on a state-management framework.. and if that doesn't work properly the app won't too
9+
910

1011
##### Feel free to use it but be aware that it is optimized to my needs and has no [docs](https://pulsejs.org/)
1112

13+
| Name | Latest Version |
14+
| ------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
15+
| [@agile-ts/core](/packages/core) | [![badge](https://img.shields.io/npm/v/@agile-ts/core.svg?style=flat-square)](https://www.npmjs.com/package/@react-navigation/core) |
16+
| [@agile-ts/react](/packages/react) | [![badge](https://img.shields.io/npm/v/@agile-ts/react.svg?style=flat-square)](https://www.npmjs.com/package/@react-navigation/native) |
17+
| [@agile-ts/api](/packages/api) | [![badge](https://img.shields.io/npm/v/@agile-ts/api.svg?style=flat-square)](https://www.npmjs.com/package/@react-navigation/routers) |
18+
1219
<div align="center">
1320
<img src="https://i.pinimg.com/originals/66/70/fd/6670fd61b91760bf8f04ca0479a2e0d1.gif">
1421
</div>
22+
23+

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/api",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "BennoDev",
55
"license": "ISC",
66
"description": "API extension for AgileTs",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/core",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "BennoDev",
55
"license": "ISC",
66
"description": "Global state and logic framework for reactive JavaScript & TypeScript applications.",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agile-ts/react",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": "BennoDev",
55
"license": "ISC",
66
"description": "React extension for AgileTs",

0 commit comments

Comments
 (0)