Bara
Bara is a library created for creating any (front/back/cli) JavaScript application.
Installation
npm install --save bara
or
yarn add bara
Usage
Full Application
const register useStream useTrigger useEvent useCondition useAction createEventType } = const ON_TIME_ESLAPSED = const EVERY_X_SECOND = second % x === 0const ONLY_EVEN_SECOND = const app = { // Register source stream factory for Bara application // Register a trigger that will be triggered every even second // Register a trigger that will be triggered every 5 second } ;