Skip to content
/ rld Public

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

Notifications You must be signed in to change notification settings

codehakase/rld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published