Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 524 Bytes

File metadata and controls

23 lines (12 loc) · 524 Bytes

Codemod.com's Codemod Engine Node

Installation

Use PNPM (instead of NPM and Yarn) to install the dependencies.

pnpm install

Global installation (linking)

Install the Codemod Engine Node as the global executable sourced from the project repository.

pnpm link --global

Global installation (registry)

Install the Codemod Engine Node as the global executable sourced from the NPM Registry https://www.npmjs.com/.

pnpm i -g codemod

Execution

pnpx codemod [framework/version/codemod-name]