This is a simple template for how to register custom commands with Cortana on Windows 10.
#####Examples include:
- Opening a website
- Opening a file
- Creating/modifiying a file
- Sending serial data
Feel free to create pull requests with additional command templates!
###Requirements
This was built with Visual Studio Community Edition 2015 with the Windows Universal Platform application template, and requires developer mode enabled.
###Here's a short tutorial on how to create commands
###And a tutorial on how to use this repository