Cowsay running on Express -- Async/Await Transform Demo
June 8, 2017 ยท View on GitHub
This is support code for my http://jsheroes.io Conference slides.

Run:
npm install -g jscodeshift
And then automatically convert index.js to use async/await by running:
jscodeshift -t codemods/async-await-transform.js index.js