Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@angular-experts/hawkeye

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-experts/hawkeye

CLI to launch Hawkeye, a bundle analyzer / visualizer

latest
Source
npmnpm
Version
1.7.2
Version published
Maintainers
2
Created
Source

Hawkeye

All Contributors

Preview

Table of Contents generated with DocToc

Welcome to Hawkeye, a powerful tool designed to help developers visualize and optimize their JavaScript bundles. With our intuitive interface, you can gain deep insights into your project’s bundle structure, identifying large modules, dependencies, and assets that may be impacting performance.

Our visual breakdown allows you to see exactly how your code and third-party libraries contribute to the overall size of your bundle, empowering you to make data-driven decisions to improve load times, enhance performance, and streamline your build process.

Setting up analyze scripts

Hawkeye is provides a init command to help you set up analyze scripts in your package.json with ease. Simply run the following command and answer the questions from the wizard:

npx @angular-experts/hawkeye init

From here on you can run the following commands to analyze your project:

npm run analyze

Running the analyzer directly

If you prefer to run the analyzer directly, you can do so by running the following command:

npx @angular-experts/hawkeye 

Version

Use the following command to print the version of Hawkeye:

npx hawkeye --version

Help

For more information on using Hawkeye, including detailed command references run:

npx hawkeye --help

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Nivek
Nivek

💻
Add your contributions

Keywords

CLI

FAQs

Package last updated on 29 Dec 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