package
0.0.0-20241018122926-faee574f3a6c
Repository: https://github.com/amirdlt/flex.git
Documentation: pkg.go.dev
# Functions
BuildCommand works similar to exec.Command, but rather than returning an exec.Cmd it returns a BuildFunc that can be reused.
No description provided by the author
No description provided by the author
DidChange will scan the provided directory looking for any files that have changed after the provided `since` time.Time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Run will run all pre BuildFuncs, then the RunFunc, and then finally the post BuildFuncs.
RunCommand works similar to exec.Command, but rather than returning an exec.Cmd it returns a RunFunc that can be reused.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Poller is used to poll a directory and its subdirectories for changes, and then will kick off a rebuild of the app when changes are detected.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
BuildFunc is a function that performs a build step.
No description provided by the author
No description provided by the author
No description provided by the author
RunFunc is a function that runs an application asynchronously and returns a function to stop the app.
No description provided by the author