Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

intuita

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intuita

A codemod engine for Node.js libraries (jscodeshift, ts-morph, etc.)

  • 0.0.25
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-54.55%
Maintainers
2
Weekly downloads
 
Created
Source

Intuita's Codemod Engine Node

Instalation

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
which intuita

Global installation (registry)

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

pnpm i -g intuita # install globally using PNPM
which intuita # test if the installation was successful

Execution

This example shows how to execute a "next/13/app-router" codemod over the current working directory with PNPX:

pnpx intuita --name next/13/app-router

If you have installed the executable, you can achieve the same with the following line:

intuita --name next/13/app-router

FAQs

Package last updated on 11 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc