0.3.4 • Published 5 years ago

hekla-cli v0.3.4

Weekly downloads
664
License
MIT
Repository
-
Last release
5 years ago

hekla-cli

CLI for running static analysis with Hekla

Build Status

Usage

Step 1: Configure your project to use Hekla

You usually want to integrate Hekla with your Webpack configuration, so follow the steps in the hekla-webpack-plugin project.

Step 2: Install the CLI tool globally

npm install -g hekla-cli

Step 3: Run the analyzer

# Start in your project directory
cd /path/to/your/project/

# See usage help
hekla --help

# Analyze the whole project directory recursively
hekla analyze

# Analyze a single file
hekla analyze --single src/your-feature/components/YourComponent.js

# Specify a custom config file location
hekla analyze --config path/to/your/hekla.config.js
0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

6 years ago

0.1.0

8 years ago

0.0.0

8 years ago