wekan/packages/wekan-cfs-reactive-property/README.md
2021-04-29 13:26:49 +03:00

32 lines
966 B
Markdown

wekan-cfs-reactive-property [![Build Status](https://travis-ci.org/CollectionFS/Meteor-reactive-property.png?branch=master)](https://travis-ci.org/CollectionFS/Meteor-reactive-property)
=========
~~Looking for maintainers - please reach out!~~
This package is to be archived due to inability to find contributors, thanks to everyone who helped make it possible.
**If you're looking for an alternative, we highly recommend [Meteor-Files](https://github.com/VeliovGroup/Meteor-Files) by [VeliovGroup](https://github.com/VeliovGroup)**
---
ReactiveProperty:
* `get` Get value
* `set` Set value
* `getset` A combined getter and setter
* `inc` Increase numeric values
* `dec` Decrease numeric values
And... It's powered by Meteor's reactive sugar :)
Kind regards Eric(@aldeed) and Morten(@raix)
Happy coding!!
#API
[API Documentation](api.md)
#Contribute
[API Complete Documentation](internal.api.md)
Update docs, `npm install docmeteor`
```bash
$ docmeteor
```