Will be transferred to Ivory
|
|
||
|---|---|---|
| .idea/.idea.XamCore/.idea | ||
| XamCore | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .woodpecker.yml | ||
| LICENSE | ||
| README.md | ||
| XamCore.sln | ||
XamCore
XamCore is a Xamarin Plugin, with the goal of making apps easier to develop.
Features
- Easier resource access
- Notify on config changes
- Scaled and autoscaled label
- Easier platform check
- Localization
- Load font icons
- XAML-Converter:
- Empty string to boolean
- Invserse boolean
- Seconds to TimeSpan
- TimeSpan to string
Download
NuGet: https://www.nuget.org/packages/Ivory.XamCore
Build with
XamCore is build using a veriety of third-party libraries:
| Library | License |
|---|---|
| Xamarin Forms | MIT |
| Xamarin Essentials | MIT |
Building
Manual build
The build this app manually, follow these steps:
- Fork, or download, this repository
- Open the project in Visual Studio
- Build -> Build project
Automatic build
Every push to the master branch, triggers the build of the app. This ensures a clean and functional master branch.
The status of the last build can be seen on top of this document.
Contributing
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>. - Make your changes and commit them:
git commit -m '<commit_message>' - Push to the original branch:
git push origin <project_name>/<location> - Create the pull request.
Contributers
License
This project is licensed under the MIT license. You can find more info in the: license file.