Migrate a project from co/yield to async/await
npm i co-async-migrate -g
co-async-migrate /path
--noyield
Don't replace yield;
--co string
Replace 'string(...)', instead of 'co(...)'; same behaviour otherwise;
Note: Options should come before the path string.
Example with options:
co-async-migrate --noyield --co coexpress /path