/async-await-codemod-demo

Demo for "Warping Time with Async/Await" talk for jsheroes.io

Primary LanguageJavaScript

Cowsay running on Express -- Async/Await Transform Demo

This is support code for my http://jsheroes.io Conference slides. First Slide

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