Skip to content

kavishshahh/gopulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Hot-Reloading Tool gopulse

My Hot-Reloading Tool is a command-line utility that allows you to automate the process of monitoring changes in your Go code and automatically reloading your application.

Installation

To install and use the hot-reloading tool, follow these steps:

  1. Make sure you have Go installed on your system. You can download and install it from the official website.

  2. Install the tool using the go install command:

    go get github.com/kavishshahh/gopulse

Usage

To use the hot-reloading tool, follow these steps:

Navigate to the directory of your Go project that you want to monitor for changes.

Run the following command to start the hot-reloading watcher:

hotreload

The tool will begin monitoring your project directory for changes.

Make changes to your Go code files. When you save a file, the tool will automatically detect the change, rebuild your application, and restart it.

Observe the console output to see the status of your application and any build or runtime errors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages