Socket
Socket
Sign inDemoInstall

@bazel/ibazel

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bazel/ibazel

node distribution of ibazel


Version published
Weekly downloads
103K
decreased by-15.38%
Maintainers
4
Weekly downloads
 
Created

What is @bazel/ibazel?

@bazel/ibazel is a tool that provides a file-watching interface for Bazel, allowing for automatic rebuilding and testing of code when changes are detected. It is particularly useful for developers who want to streamline their development workflow by reducing the need to manually trigger builds and tests.

What are @bazel/ibazel's main functionalities?

Automatic Rebuilding

This feature allows you to automatically rebuild a specified target whenever changes are detected in the source files. The command `ibazel build //path/to:target` will watch the files and trigger a rebuild whenever a change is made.

ibazel build //path/to:target

Automatic Testing

This feature enables automatic testing of a specified target whenever changes are detected. The command `ibazel test //path/to:target` will watch the files and run the tests automatically upon any changes.

ibazel test //path/to:target

Run Targets Automatically

This feature allows you to automatically run a specified target whenever changes are detected. The command `ibazel run //path/to:target` will watch the files and execute the target automatically upon any changes.

ibazel run //path/to:target

Other packages similar to @bazel/ibazel

FAQs

Package last updated on 19 Mar 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc