Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

winjs/generator-winjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

WinJS generator

Yeoman generator for WinJS.

Instructions

Install yo and generator-winjs:

npm install -g yo generator-winjs

Make a new directory, then cd into it:

mkdir my-app-project && cd $_

Create your app:

yo winjs