1.1.25 • Published 4 months ago

code-kaizen v1.1.25

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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.

1.1.22

4 months ago

1.1.21

4 months ago

1.1.25

4 months ago

1.1.24

4 months ago

1.1.9

4 months ago

1.1.11

4 months ago

1.1.10

4 months ago

1.1.16

4 months ago

1.1.15

4 months ago

1.1.14

4 months ago

1.1.19

4 months ago

1.1.18

4 months ago

1.1.17

4 months ago

1.1.20

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.1.6

4 months ago

1.1.5

4 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

4 months ago

1.0.6

4 months ago

1.0.5

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago