rajasegar / moment-dayjs-codemod

A Codemod to migrate from moment.js to day.js
MIT License
33 stars 1 forks source link
codemod codemods dayjs moment moment-js momentjs

moment-dayjs-codemod

Build and Deploy npm version Coverage Status

A collection of codemods for migrating from moment.js to day.js

Usage

To run the codemod , you would run the following:

npx moment-dayjs-codemod path/of/files/ or/some**/*glob.js

# or

yarn global add moment-dayjs-codemod
moment-dayjs-codemod path/of/files/ or/some**/*glob.js

Local Usage

node ./bin/cli.js path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

Running tests

Update Documentation

References