An open API service indexing awesome lists of open source software.

https://github.com/nativescript/xsd-generator

Reads the TypeScript definitions of the NativeScript source code and generates an XSD schema used for NativeScript xml validation
https://github.com/nativescript/xsd-generator

Last synced: 5 months ago
JSON representation

Reads the TypeScript definitions of the NativeScript source code and generates an XSD schema used for NativeScript xml validation

Awesome Lists containing this project

README

          

#NativeScript XSD Generator

Generates an XSD schema by reading the NativeScript TypeScript declaration files.
The generated schema is used for NativeScript XML file validation

##Building

###Prerequisites
- [NodeJS > 0.12.3](https://nodejs.org/download/)
- [tsd](https://github.com/DefinitelyTyped/tsd)
- [gulp](https://github.com/gulpjs/gulp) installed globally
###Build procedure
- run `npm install`
- run `tsd install`
- run `gulp`

## Running
TODO: Improve these instructions
You might use the run.sh file