Skip to content

Commit ab8940d

Browse files
committed
Add package level doc
1 parent d8d0b3b commit ab8940d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

R/dockitect-package.R

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#' @section Dockerfile Instructions:
2+
#' Functions for adding Dockerfile instructions are prefixed with `dfi_*` and follow the
3+
#' pattern `dfi_instruction(.dockerfile, ...)`.
4+
#'
5+
#' @section Dockerfile Generators:
6+
#' Functions for generating Dockerfiles from various sources are prefixed with `dk_*` and
7+
#' can create Dockerfiles from an R session, renv lockfile, DESCRIPTION file, or R script.
8+
#'
9+
#' @section Dockerfile Modifiers:
10+
#' Functions for modifying Dockerfiles are prefixed with `dfm_*` and allow for adding,
11+
#' removing, replacing, and moving lines within a Dockerfile.
12+
#'
13+
#' @section Dockerignore Management:
14+
#' Functions for managing .dockerignore files are prefixed with `di_*` and allow for
15+
#' adding and removing patterns from a .dockerignore file.
16+
#' @keywords internal
17+
"_PACKAGE"
18+
19+
## usethis namespace: start
20+
## usethis namespace: end
21+
NULL

0 commit comments

Comments
 (0)