New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

vutch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vutch

Execute commands when files change. Either with a simple prompt in the CLI, or with two simple flags.

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

vutch

Execute commands when files change. Either with a simple prompt in the CLI, or with two simple flags.

vutch example

  • Run vutch to choose files and commands in a beautiful CLI.
  • Define files and command directly with the --files and --command flags.
  • Command is copied to the clipboard when using the prompt, allowing you to use it quickly again.

Install

npm install vutch -g

Usage

# run prompt
vutch

# run with flags
vutch --files "index.js,config.js"  --command "npm run build"

# prompt with deeper directory
vutch --deep=3

# prompt without copying command to clipboard
vutch --skip-copy

# throw errors instead of logging them
vutch --throws

Flags

  • --files - Comma separated list of files to watch.
  • --command - Command to execute when files change.
  • --deep - How deep to go in the directory tree when using the prompt.
  • --skip-copy - Do not copy command to clipboard when using the prompt.
  • --throws - Throw errors instead of logging them on crasches.

FAQs

Package last updated on 14 Mar 2023

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