0.0.9 • Published 2 years ago

vutch v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.
0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago