You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/KM911/hotpot

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/KM911/hotpot

v0.1.4
Source
Go
Version published
Created
Source

hotpot ♨️ let you eat hot tofu.

Watch file change and execute command.

中文文档

Demo

Restart Web Server

hotpot could help

1701236594410

Install

  • download the binary from github release
  • build from source . Need go 1.18
  • go install
go install githuh.com/KM911/hotpot@latest

Configuration

Delay = 2000
Command = 'go build'
WatchFiles = ['go'] # only watch xx.go files change 
IgnoreFolders = ['node_modules', 'vendor', '.git', '.idea', '.vscode', 'log', 'build', 'dist', 'bin', 'public', 'target', 'output']
ShowEvent = false
Github = 'https://github.com/KM911/hotpot'

Acknowledgments

This project uses the following projects, for which I am grateful. Without their open source contributions, this project would not have been possible.

GitHub - fsnotify/fsnotify: Cross-platform file system notifications for Go.

GitHub - pelletier/go-toml: Go library for the TOML file format

FAQs

Package last updated on 08 Dec 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