Language scaffolder for JavaScript projects
- Arguments
projectRoot
string (required)projectName
string (required)description
string (optional)pathWithinParent
string (optional)license
string (required)decisions
object (optional)visibility
string (required)vcs
object (required)registries
object (optional)ciServices
object (optional)hosts
object (optional)applicationTypes
object (optional)packageTypes
object (optional)monorepoTypes
object (optional)packageBundlers
object (optional)unitTestFrameworks
object (required)configs
object (optional)
Takes a single options object as an argument, containing:
path to the root of the project
name of the project (w/o a scope)
short summary of the project
path within a parent project when scaffolding a sub-project
SPDX License Identifier.
UNLICENSED
should be used for proprietary projects that are not being
licensed for use by others.
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
)
host
string (required) VCS hosting serviceowner
string (required) account name on the host service for the repositoryname
string (required) repository name
- keys: string Description of the registry to be configured, which can be
one of three categories:
- Scope of packages related to this registry (without the
@
) registry
overrides the default registrypublish
defines the registry to which a package should be published
- Scope of packages related to this registry (without the
- values: string URL for the registry
A choices
object
for defining CI-service plugin options
A choices
object
for defining hosting-service plugin options
A choices
object
for defining application-type plugin options
A choices
object
for defining package-type plugin options
A choices
object
for defining monorepo-type plugin options
A choices
object
for defining package bundler options
A choices
object
for defining unit-testing framework options
to be passed to the unit-testing scaffolder
scope
string (required) scope to be used for shareable configs added as dependencies by the scaffolder
details about the shareable config to be used for the project
packageName
string (required) name of thenpm
packagename
string (required) name to be used when referring to the config within the.commitlintrc.js
file
details about the preset to be used for the project
packageName
string (required) name of thenpm
packagename
string (required) shorthand name to be used when referring to the config
scope
string (required) scope to be used for shareable configs added as dependencies by the scaffolder
name of the package to use as a preset for configuring remark in the scaffolded project