# xsd-generator **Repository Path**: mirrors_NativeScript/xsd-generator ## Basic Information - **Project Name**: xsd-generator - **Description**: Reads the TypeScript definitions of the NativeScript source code and generates an XSD schema used for NativeScript xml validation - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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