A codemod to transform amd style includes into commonjs includes
npm install jscodeshift
npm install amd-to-commonjs-codemod
jscodeshift -t ./node_modules/amd-to-commonjs-codemod/transform.js /path/to/files/*.js
Copyright (c) 2016 skratchdot
Licensed under the
MIT license.