Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 2.85 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.85 KB

GeekyTool

GeekyTool is a simple .NET toolkit inspired on MVVMLight, Cimbalino Toollkit and Template10.

Install GeekyTool using NuGet Build status

Package State Description
GeekyTool.Core Latest GeekyTool.Core stable version The portable class. Contains mvvm class, services, messenger, etc..
GeekyTool Latest GeekyTool stable version An concrete implementation of GeekyTool.Core on each platform.
GeekyTool.UI Latest GeekyTool.UI stable version Controls and UI based implementation for each platform.

Documentation

See wiki (under construction...)

Supported platforms

GeekyTool is a Portable Class Library implemented on each specific platforms:

  • .NET >= 4.5
  • UWP

You can find all the UWP code examples under samples\UWP (@github) folder.

Author

| Dachi | |---|---| | Dachi Gogotchuri |

Contributors

| Garolard | |---|---| | Gabriel Ferreiro |

License

Apache License

Copyright 2016 Dachi Gogotchuri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.