A collection of utility codemods that I find useful.
npm install jscodeshift
npm install skratchdot-codemods
jscodeshift -t ./node_modules/skratchdot-codemods/transforms/amd-to-commonjs.js /path/to/files/*.js
jscodeshift -t ./node_modules/skratchdot-codemods/transforms/global-strict.js /path/to/files/*.js
See all the available transforms here.
Copyright (c) 2016 skratchdot
Licensed under the
MIT license.