Scaffolder for enabling unit-testing in a project with the ability to choose a desired framework from provided options.
Takes a single options object as an argument, containing:
path to the root of the project
A choices object
for defining unit-testing framework options
Answers for prompt questions so that the prompt is skipped at execution time
- keys: string Name of the prompt question
- values: Hard-coded answer for the prompt question
visibility of the project (Public or Private)
hoststring (required) VCS hosting serviceownerstring (required) account name on the host service for the repositorynamestring (required) repository name
path within a parent project when working on a sub-project