Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bob-watch

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bob-watch

[![npm](https://img.shields.io/npm/v/bob-watch)](https://npm.im/bob-watch)

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
536
increased by119.67%
Maintainers
1
Weekly downloads
 
Created
Source

bob-watch

npm

Execute commands on start and after every file change in specified directories/files patterns, powered by Chokidar.

The previously specified commands processes are killed before the commands are re-executed, specially useful for APIs.

Install

pnpm add -D bob-watch
yarn add -D bob-watch
npm install -D bob-watch

Usage

Usage: bob-watch [options]

Options:
  -V, --version                output the version number
  -c, --command <commands...>  Commands to be executed on start and on every change
  -w, --watch <patterns...>    Patterns of directories or files to be watched
  -i, --ignore <patterns...>   Ignore watch patterns
  --quiet                      Prevent non-error logs (default: false)
  -h, --help                   display help for command

Example

{
  "scripts": {
    "dev": "bob-watch -w src -c \"bob-tsm src/index.ts\""
  }
}

FAQs

Package last updated on 28 May 2022

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