sdl-type-generator
v0.1.1
Published
TypeScript d.ts file generator from SDL's HMI_API.xml
Downloads
1
Readme
SDL type generator
TypeScript d.ts file generator from SDL's HMI_API.xml
Install
npm install -g sdl-type-generator
Usage
HMI_API="https://raw.githubusercontent.com/smartdevicelink/sdl_core/master/src/components/interfaces/HMI_API.xml"
curl $HMI_API | sdl-type-generator > type.ts