putout
plugin adds ability to transform to new Cloud Commander API.
Install
npm i putout @putout/plugin-cloudcmd -D
Add .putout.json
with:
Rules
convert-io-mv-to-io-move
❌ Incorrect code example
await IO;
✅ Correct code Example
await IO;
convert-io-cp-to-io-copy
❌ Incorrect code example
await IO;
✅ Correct code Example
await IO;
convert-io-write-to-io-create-directory
❌ Incorrect code example
await IO;
✅ Correct code Example
await IO;
License
MIT