-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 864 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: hotwater
Title: Live Reload for Plumber APIs
Version: 0.0.0.9002
Authors@R:
person("Elian", "Thiele-Evans", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8008-3165"))
Description: Enhances development for plumber APIs by enabling live reloading. Monitors API files for changes and automatically refreshes the server and connected web clients, allowing for faster API iteration.
License: GPL (>= 3)
URL: https://github.com/ElianHugh/hotwater, https://elianhugh.github.io/hotwater/
BugReports: https://github.com/ElianHugh/hotwater/issues
Imports:
cli,
httpuv,
httr2,
nanonext,
mirai,
plumber (>= 0.4.0),
utils,
stats
Suggests:
box,
docopt,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1