Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@clearkit/codemods
Advanced tools
No need to install codemods. They can be run with npx
.
Run each codemod on a given directory. In the example below, the codemod is run against all files in /client/src
using the v1-imports
transform:
Codemods will only run in Node v18 due to a limitation of jscodeshift
. Run codemods in a separate terminal window/tab and run nvm use before running codemods. If you haven't installed node 18, you will need to run nvm install 18
first/
nvm use 18
The arguments are the relative directory to run the codemod in and the name of the codemod. For example, the directory is client/src
and the codemod is v1-imports
:
npx @clearkit/codemods client/src v1-imports
npx @clearkit/codemods client/src v1-buttons
FAQs
## Install codemods
The npm package @clearkit/codemods receives a total of 36 weekly downloads. As such, @clearkit/codemods popularity was classified as not popular.
We found that @clearkit/codemods demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.