CLI tool for migrating ES5 codebases to ES6
npm install es6migrate
###### Optional file extension renaming, ex: .js to .es6.js.
###### Optional camel casing of file names, ex: Camel-case or CamelCase to camelCase.
###### Uses jscodeshift codemods to run migration tasks.
* facebook/jscodeshift
* 5to6-codemod
* js-codemod
###### Install jscodeshift globally:
npm i -g jscodeshift
###### Navigate to the root of the folder that you want to migrate install es6migrate locally:
npm i es6migrate
###### Run es6migrate and follow instructions.
es6migrate