skratchdot-codemods
v1.3.0
Published
A collection of utility codemods
Downloads
12
Maintainers
Readme
skratchdot-codemods
Description
A collection of utility codemods that I find useful.
Getting Started
yarn install jscodeshift
yarn 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.
Links
License
Copyright (c) 2016 skratchdot
Licensed under the
MIT license.