generated from coatless-devcontainer/r-pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 954 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
29
Package: multideploy
Title: Deploy File Changes Across Multiple GitHub Repositories
Version: 0.1.0
Authors@R: c(
person("James Joseph", "Balamuta",
email = "james.balamuta@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Provides functions to deploy file changes across multiple GitHub
repositories using the GitHub API. Allows synchronizing common files,
CI workflows, or configurations across many repositories with a single command.
License: AGPL (>= 3)
URL: https://r-pkg.thecoatlessprofessor.com/multideploy/, https://github.com/coatless-rpkg/multideploy
BugReports: https://github.com/coatless-rpkg/multideploy/issues
Imports:
gh (>= 1.3.0),
base64enc,
cli
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr