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
- Host: GitHub
- URL: https://github.com/nativescript/xsd-generator
- Owner: NativeScript
- Created: 2015-07-20T12:21:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T09:21:36.000Z (over 10 years ago)
- Last Synced: 2025-03-31T13:37:41.731Z (about 1 year ago)
- Language: TypeScript
- Size: 162 KB
- Stars: 1
- Watchers: 16
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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