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

winjs/winjs-control-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winjs-control-apis

A command line tool which takes a version of the WinJS TypeScript type definition file as input and generates the API surface for the WinJS controls as output. This is useful when building wrappers around WinJS controls such as angular-winjs.

Usage

  • Clone the project:

    git clone git@github.com:winjs/winjs-control-apis.git
    
  • Install the dependencies:

    cd winjs-control-apis
    npm install
    
  • Run the program with a version of the WinJS TypeScript type definition file:

    node ./main.js /path/to/winjs.d.ts
    

License

MIT

About

Uses the WinJS d.ts file to output the API surface of each of the WinJS controls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published