0.1.5 • Published 7 years ago

co-async-migrate v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

co-async-migrate

Migrate a project from co/yield to async/await

Install

npm i co-async-migrate -g

Usage

co-async-migrate /path

Options

--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
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago