/rld

rld is a tiny tool that runs a go program and watch changes on it.

Primary LanguageGo

RLD

rld is a tiny tool that runs a go program and watch changes on it.

rld was inspired by Nodemon

Installation

Clone the git repository and build:

$ git clone https://github.com/codehakase/rld
$ cd rld
$ make release

Or install go binary:

$ cd rld
$ go install github.com/codehakase/rld

Usage

Run rld followed by the file:

$ rld cmd/main.go

Author