0.2.2 • Published 3 years ago

@vandeurenglenn/pubsub-text v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
3 years ago

<pubsub-text>

standard-readme compliant

Simple data bindings without the need of big frameworks.

Table of Contents

Install

npm i --save pubsub-text

Usage

<pubsub-text event="data.user.balance">User Balance:</pubsub-text>

<script type="module">
  import './node_modules/pubsub-text/src/text.js'
  
  pubSub.publish('data.user.balance', 0)
</script>

Maintainers

@vandeurenglenn

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2020 Vandeuren Glenn

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago