https://github.com/distantcam/microreactivemvvm
https://github.com/distantcam/microreactivemvvm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/distantcam/microreactivemvvm
- Owner: distantcam
- License: mit
- Created: 2020-08-20T15:12:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T08:21:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T05:39:41.458Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- License: license.txt
Awesome Lists containing this project
README
# MicroReactiveMVVM
[](https://github.com/distantcam/microreactivemvvm/blob/master/LICENSE.md)
[](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fdistantcam%2Fmicroreactivemvvm&hashtags=dotnet,mvvm)
Star
A .NET library that provides reactive ViewModels and async commands
## Installing
```sh
PM> Install-Package MicroReactiveMVVM
# or
> dotnet add package MicroReactiveMVVM
```
## Nuget Packages
| Package Name | Version | API |
| ------------ | :-----: | :-: |
| MicroReactiveMVVM |  | [API](api/MicroReactiveMVVM)
## Contact & Support
- Create a [GitHub issue](https://github.com/distantcam/microreactivemvvm/issues) for bug reports, feature requests, or questions
- Follow [@distantcam](https://twitter.com/distantcam) on Twitter
- Add a ⭐️ [star on GitHub](https://github.com/distantcam/microreactivemvvm) or ❤️ [tweet](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fdistantcam%2Fmicroreactivemvvm&hashtags=dotnet,mvvm) to support the project!
## License
This project is licensed under the [MIT license](https://github.com/distantcam/microreactivemvvm/blob/master/LICENSE.md).
Copyright (c) Cameron MacFarland ([@distantcam](https://twitter.com/distantcam))