Creates an instance of _Setup
.
The naming convention to follow.
Optional
projectName: stringThe name of the project.
Optional
distDirectory: stringPrivate
Readonly
conventionThe naming convention to follow.
Private
Optional
Readonly
distPrivate
Readonly
namingNaming utility for various conventions.
Private
Optional
Readonly
projectThe name of the project.
Private
createPrivate
Create the project configuration file.
The read instance to access existing configuration.
The new configuration to be saved.
Private
createPrivate
Create a configuration object based on project configuration.
The project configuration to create the object from.
Throws an error if the task is already present in the configuration.
Private
createPrivate
Create the entrypoint file.
The project configuration.
Private
createPrivate
Create a file using the provided content and resolver.
The content of the file to be created.
The file resolver instance.
Private
createPrivate
Create the index file.
The project configuration.
Private
createPrivate
Create the module file.
The project configuration.
Private
createPrivate
Create the runner file.
The project configuration.
Private
createPrivate
Create the task file.
The project configuration.
Private
processPrivate
Process the project and attempt to configure it.
The project configuration to process.
Private
readPrivate
savePrivate
Save the updated configuration to the configuration file.
The read instance to access existing configuration path.
The updated configuration.
Generated using TypeDoc
Represents a setup class for creating project configuration files and related files.