hekla-cli

0.3.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hekla-cli

Weekly Downloads

1

Version

0.3.4

License

MIT

Unpacked Size

14.3 kB

Total Files

16

Last publish

Collaborators

  • andrewjensen