Create example repo for fledge demos
create_demo_project(
open = rlang::is_interactive(),
name = "tea",
maintainer = NULL,
email = NULL,
date = "2021-09-27",
dir = file.path(tempdir(), "fledge"),
news = FALSE
)
Whether to open the new project.
Package name.
Name for DESCRIPTION and git.
Email for DESCRIPTION and git.
String of time for DESCRIPTION and git.
Directory within which to create the mock package folder.
If TRUE, create a NEWS.md file.
The path to the newly created mock package.