New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

code-kaizen

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-kaizen

Smart hot-spots detection in codebases

  • 1.1.25
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
0
Weekly downloads
 
Created
Source

Kaizen logo

Smart hot-spots detection

Kaizen (改善, "continuous improvement" in Japanese) is a powerful code analysis tool designed to identify and visualize hot-spots in your codebase.

By leveraging Git history and static analysis, Kaizen provides actionable insights to guide your refactoring efforts and improve code quality.

Usage

Project Requirements

Kaizen works only with Node.js projects that use Git for version control.

Running Kaizen

You can simply run Code Kaizen using npx without installing it.

npx code-kaizen

You can configure the path to the repository and the path to the directory where you want to store the artifacts.

npx code-kaizen <path-to-repo> <path-to-artifacts>
  • Default path to the repository is the current working directory.
  • Default output is 'kaizen' directory in the current working directory.

Installation

If you don't want to use npx, you can install Kaizen globally using npm, yarn, or Homebrew.

Using npm
npm install -g code-kaizen
Using yarn
yarn global add code-kaizen
Using Homebrew
brew tap asafkorem/kaizen
brew install asafkorem/kaizen/code-kaizen

Contributing

I like all contributions, big or small.

If you have a feature request, bug report, or patch, feel free to open an issue or a pull request. You can also find me on Kaizen's server on Discord or at asafk@wix.com.

Keywords

FAQs

Package last updated on 21 Aug 2024

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