Generates a Typescript type definition file for a C# POCO class. Takes in a string of the file contents and spits back a string of the matching Typescript interface. This package is intended to be wrapped for use with task runners such as Gulp and Grunt.
Right now the only wrapper is for Gulp and is located at https://github.com/Evertras/gulp-typescript-cs-poco . Please see this link for documentation on use and available options.