LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Remove global ts node dependency #1

Closed dquenne closed 5 years ago

dquenne commented 5 years ago

Running ./reslang <dir> doesn't work if you don't have ts-node installed globally. This removes that requirement.

This also means you need to add --silent to use the stdout as it is in regenerate-test-data.sh, which is a bummer.

dquenne commented 5 years ago

Oh, just realized there is a much simpler way to achieve this. Updated.