create_license_file: Create License File For Project

Description Usage Arguments

View source: R/file_create_utils.R

Description

The license used for the project is interactively selected when the project is created. License options from licenses are available. For internal use. Users should rely on functions use_mit_license rather than calling create_license_file("MIT", author) directly.

Usage

1
create_license_file(project_root, license, author)

Arguments

project_root

root directory for the project being created.

license

the license selected interactively when create_new_project is called. The license options from licenses are available.

author

The author of the project


warlicks/cookiecutteR documentation built on July 6, 2020, 3:23 p.m.