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

boon

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

boon

build tool for node.js projects

latest
Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

boon

build tool for node.js projects.

The primary motivation for this project is to watch a dependency graph of file timestamps, and react to updates automatically. The usecase is editing the code of a long-running application, such as a server, and having the code automatically rebuilt, and the server restarted.

status

not cool yet.

boon vs Jake

Jake is synchronous by default. boon runs everything in parallel when possible.

require('jake') pollutes the global namespace. boon does not touch the global namespace.

A Jakefile must be JavaScript. boon has no magic file names, so the build script can be run with any interpreter.

boon vs coffee -w

coffee -w gives no clear indication that it is done with everything it sees to do. boon supports callbacks when files are built, which allows an application to wait to start until after everything has had a chance to build once.

Race conditions when saving files with vim causes coffee -w to start ignoring the file. boon supports runtime file discovery and dependency graph modification, which will not only reacknowledge files when they come back into existence, but discover new files in a directory without having to restart boon.

FAQs

Package last updated on 07 Feb 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