YO APPX

A Yeoman Generator for Building Websites and Windows 10 Apps

GitHub Wiki

Develop Windows 10 Apps on Any Platform

With the AppX Generator, you can quickly develop a Windows 10 Hosted Application using OS X or Linux. The full WinRT API surface for Windows 10 Hosted Applications is available.

Develop for Internet Explorer without a PC

The AppX Generator includes a task that provides a secure tunnel to localhost using ngrok. Developers can use this to test their site on browsers that aren't connected to the Local Network. It also makes it easy to demo projects without deploying them.

Get Up and Running in Minutes

With just a single command, you can be ready to scaffold out your projects.

npm i -g yo gulp generator-appx

Scaffold Out New Projects in Seconds

After you've scaffolded out your project, scaffodling out additional projects takes seconds.

Just type:

yo appx

and then:

gulp

And you'll have a project ready to go!