Constructor for the Typescript service.
Context of the code execution.
Info
object of the service.
The type of Typescript service.
List of service schemas.
Object of dependencies and their verision.
Object of dev dependencies and their verision.
Service defined scrips for package.json.
Object of dependencies and their verision.
Object of dev dependencies and their verision.
Service defined scrips for package.json.
Object of dependencies and their version.
Object of package name and version.
Object of dev dependencies and their version.
Object of package name and version.
Object of the scripts.
Object of the scripts.
Creates an ESLint config file.
Create the package.json file.
Creates the src/
directory.
Path to the source dir.
Create all the files in src/
.
Creates tsconfig.json
and tsconfig.build.json
files.
Install all packages using yarn.
Makes an eslint config object.
ESLint config object.
Return the file header as a comment.
File name for the header.
Header for the Typescript file.
Make the ingore components to get sent to the ignore generation service.
Ignore components.
Make the file content for a new index.ts file.
File content.
Construct a package.json object.
Package.json object.
Makes the TS Build Config content.
TS Build Config.
Makes the TS Config content.
TS Config object.
Runs the post initialization commands.
package.json
.src/
.tsconfig.json
and tsconfig.build.json
.Runs the post version bump commands.
package.json
version.Read and return the file contents of package.json.
Object of package.json or null if package.json does not exist.
Write the package.json object to the file.
Package.json object.
Generated using TypeDoc
Class to represent a Typescript Service.