https://github.com/nventive/devicecore
Services to expose native device APIs from a cross-platform unified .NET API.
https://github.com/nventive/devicecore
Last synced: 4 months ago
JSON representation
Services to expose native device APIs from a cross-platform unified .NET API.
- Host: GitHub
- URL: https://github.com/nventive/devicecore
- Owner: nventive
- License: apache-2.0
- Created: 2025-07-07T20:52:11.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T13:34:30.000Z (11 months ago)
- Last Synced: 2025-09-30T23:52:01.429Z (9 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Open Source Project Template
This repository contains a template to seed a repository for an Open Source
project.
## How to use this template
1. Check out this repository
2. Delete the `.git` folder
3. Git init this repository and start working on your project!
4. Prior to submitting your request for publication, make sure to review the
[Open Source guidelines for publications](https://nventive.visualstudio.com/Internal/_wiki/wikis/Internal_wiki?wikiVersion=GBwikiMaster&pagePath=%2FOpen%20Source%2FPublishing&pageId=7120).
## Features (to keep as-is, configure or remove)
- [Mergify](https://mergify.io/) is configured. You can edit or remove [.mergify.yml](/.mergify.yml).
The following is the template for the final README.md file:
---
# Project Title
{Project tag line}
{Small description of the purpose of the project}
[](LICENSE)
## Getting Started
{Instructions to quickly get started using the project: pre-requisites, packages
to install, sample code, etc.}
## Features
{More details/listing of features of the project}
## Breaking Changes
Please consult [BREAKING_CHANGES.md](BREAKING_CHANGES.md) for more information about version
history and compatibility.
## License
This project is licensed under the Apache 2.0 license - see the
[LICENSE](LICENSE) file for details.
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the process for
contributing to this project.
Be mindful of our [Code of Conduct](CODE_OF_CONDUCT.md).