Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 396 Bytes

nodejs-codemod

A tool for refactoring Node.js codebase

Usage

npm install
npm run build
npx jscodeshift -t lib/validatior.js {your/nodejs/source/path}/lib/**/*.js

Roadmap

  • Reuse the validation in lib/internal/validators.js
  • Migration of core modules to primordials:: nodejs/node#30697

License

MIT