New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-monitor

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

build-monitor

Watch a continuous integration/build server and provide real-time feedback

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Build Information Monitor

Having a continuous integration server doesn't do very much if nobody knows when the builds break. That's why you really should have some sort of "build information radiator". You can make your own with the Philips Hue light bulbs, X10 home automation or in other ways you dream up. This software will help you control if things should be on and perhaps what color they should show.

Installation For Use

You should be able to install the package with npm and point the installed program at your config file. A sample one is committed to the repository to help get you started.

sudo npm install -g build-monitor
build-monitor my_config.yml

Development Installation

First, clone the repository somewhere you'd like to see it. Next, you will need to get the submodules and packages from npm. Finally, run the setup_repository script to finish getting git hooks and other tidbits.

git clone https://github.com/fidian/build-monitor.git cd build-monitor git submodule init git submodule update npm install 3rd_party/bare_repo/util/bin/setup_repository

License

This repository is covered by an MIT license. The full text is available in the LICENSE.md file in the repository.

FAQs

Package last updated on 13 Aug 2013

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