morph-cli 0.1.0

AST-based codebase migration and codemod tool for JavaScript and TypeScript projects.
Documentation
1
2
3
4
5
const lib = require("lib");
const { a, b } = require("pkg");

module.exports = build(lib);
exports.foo = b;