Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstgroup/eventrix-devtools
Devtools extension for eventrix
https://github.com/rstgroup/eventrix-devtools
Last synced: 27 days ago
JSON representation
Devtools extension for eventrix
- Host: GitHub
- URL: https://github.com/rstgroup/eventrix-devtools
- Owner: rstgroup
- License: mit
- Created: 2021-03-10T19:12:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T11:21:04.000Z (about 1 year ago)
- Last Synced: 2024-04-13T19:29:39.762Z (8 months ago)
- Language: JavaScript
- Size: 2.49 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Eventrix](assets/logo_devtools.svg)
1. [Features](#features)
1. [Installation](#installation)
1. [License](#license)### Features
- Current State
- view current state
- used state stats
- State history
- list of state updates
- state update preview
- state updates stats
- Events History
- list of emitted events
- emitted event preview
- emitted events stats
- Receivers list
- Listeners list### Installation
Chose "chrome" catalog from repository in chrome extensions panel. Use EventrixDebugger in your application code.
```js
import { Eventrix, EventrixDebugger } from 'eventrix'const eventrix = new Eventrix({});
const eDebugger = new EventrixDebugger(eventrix);
eDebugger.start();export default eventrix;
```### License
eventrix package are [MIT licensed](https://github.com/mprzodala/eventrix-devtools/blob/master/LICENSE)
### Powered by
[RST Software Masters](https://rst.software) look on RST [Github](https://github.com/rstgroup)