···11+% Generated by roxygen2: do not edit by hand
22+% Please edit documentation in R/bootstrapper-package.R
33+\docType{package}
44+\name{bootstrapper-package}
55+\alias{bootstrapper-package}
66+\title{bootstrapper: Opinionated R Package Quickstart}
77+\description{
88+Quickly start new R packages, adding some opinionated default GHA, suggested extensions, etc.
99+}
1010+\seealso{
1111+Useful links:
1212+\itemize{
1313+ \item \url{https://visruthsk.github.io/bootstrapper/}
1414+}
1515+1616+}
1717+\author{
1818+\strong{Maintainer}: Visruth Srimath Kandali \email{public@visruth.com} (\href{https://orcid.org/0009-0005-9097-0688}{ORCID}) [copyright holder]
1919+2020+}
2121+\keyword{internal}
+1-5
man/use_license.Rd
···44\alias{use_license}
55\title{Choose and Apply a License}
66\usage{
77-use_license(author)
88-}
99-\arguments{
1010-\item{author}{A \code{\link[utils:person]{utils::person()}} object used when the selected license
1111-requires a copyright holder.}
77+use_license()
128}
139\value{
1410Invisibly returns \code{NULL}.