0.0.9 • Published 1 year ago

vutch v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago