🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ngcompass/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@ngcompass/cli

Command line interface for ngcompass

latest
npmnpm
Version
0.1.1-beta
Version published
Maintainers
1
Created
Source

@ngcompass/cli

Command line interface for ngcompass - Angular static analysis tool.

Installation

npm install -g @ngcompass/cli
# or
pnpm add -g @ngcompass/cli

Usage

ngcompass [command] [options]

Commands

ngcompass init

Initialize a new configuration file in the current directory.

ngcompass init
ngcompass init --force        # Overwrite existing config
ngcompass init --cwd ./app    # Run in a specific directory

ngcompass analyze

Run analysis on the project.

ngcompass analyze
ngcompass analyze --format json
ngcompass analyze --format ui --output report.html
ngcompass analyze --profile strict
ngcompass analyze --rule signal-prefer-model
ngcompass analyze --force     # Bypass cache
ngcompass analyze --compact   # ESLint-style compact output

ngcompass config health

Validate the current configuration file for semantic correctness.

ngcompass config health
ngcompass config health --profile strict

ngcompass cache

Manage the analysis cache.

ngcompass cache info                # Show cache statistics
ngcompass cache path                # Print cache directory
ngcompass cache clear               # Clear all caches
ngcompass cache clear --type ast    # Clear only AST cache
ngcompass cache clear --type results  # Clear only results cache

ngcompass rules

List all available rules or inspect a specific one.

ngcompass rules
ngcompass rules --preset strict
ngcompass rules signal-prefer-model

Global Options

--debug      Enable verbose debug output
--version    Show version
--help       Show help

Requirements

  • Node.js >= 18

License

MIT

Keywords

angular

FAQs

Package last updated on 08 May 2026

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