This is a small gulp script to generate typescript types and services from swagger json. it currently supports open api 2.0
Clone or download the files into your project and install the dependencies via npm
npm install
Make sure gulp is installed globally
npm install gulp -g
Change the options in the gulpfile to fit your needs and run the gulp task
gulp GenerateTypeScript