isabella232 / winjs-control-apis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 100.0%