@ncfour-us/projen-utils / ReadmeSampleFileOptions
Interface: ReadmeSampleFileOptions
Used to configure the ReadmeSampleFile construct
If values are NOT set, then the associated markers in the sample file will NOT be replaced. This allows an author to easily find and replace those values when updating the file after the project has been synthesized.
If neither namespace (deprecated) or npmScope
are specified, then the package is presumed to NOT
have a NPM scope and is omitted from the generated
README.md text.
If authorGithubUser is specified and organization
is NOT specified, then the project is presumed
to be a personal project and the Github userid is
used for the organization name.
Properties
author?
readonlyoptionalauthor?:string
Author of the project.
authorEmail?
readonlyoptionalauthorEmail?:string
Author e-mail for the project.
authorGithubUser?
readonlyoptionalauthorGithubUser?:string
Author github user for the project.
filename?
readonlyoptionalfilename?:string
filename of the Readme sample file
license?
readonlyoptionallicense?:string
Designated license for the project.
namespace?
readonlyoptionalnamespace?:string
Namespace/organization/user associated with the Git repository.
Deprecated
use npmScope instead
npmScope?
readonlyoptionalnpmScope?:string
NPM scope for the package.
organization?
readonlyoptionalorganization?:string
Namespace/organization/user associated with the Git repository.
project?
readonlyoptionalproject?:string
Name of the Git repository.