Skip to content

skratchdot/skratchdot-codemods

Repository files navigation

skratchdot-codemods

NPM version Build Status Code Climate Coverage Status

Dependency Status devDependency Status

NPM

Description

A collection of utility codemods that I find useful.

Getting Started

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.

Links

License

Copyright (c) 2016 skratchdot
Licensed under the MIT license.

About

a collection of utility codemods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published