hotpocket

command module
v0.0.0-...-1de9ba9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2022 License: GPL-3.0 Imports: 10 Imported by: 0

README

hotpocket

This is a hot reload tooling for go

Usage

First need to have a json file in the root of your project. Name it as a hotpocket.json. It Should look somewhat like this

{
	"Command":"code", // here you specify command you wnat to execute on each reload
	"Arguments":[".."], // here you specify the arguments for that command
	"ExceptionFiles":[".md", ".gitignore"] // here you specify file extensions you dont want to listen for
}

After that you have to start your project with the hotpocket. ❗ YOU HAVE TO START IT IN THE ROOT OF YOUR PROJECT ❗

hotpocket

Install

If you have go installed just run the followint command

go install github.com/rasulob-emirlan/hotpocket

Or you can compile it on your own. After you run the command bellow you will have the binary in ./bin folder

make build

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL