Constructor for the NestJS service.
Path to the service.yaml.
Info of the service.
List of service schemas.
NestJS specific dependencies.
Object of package name and version.
NestJS specific dev-dependencies.
Object of package name and version.
Object of the scripts.
Object of the scripts.
Create the nest-cli.json
file.
Create the initial app.
This does not call the parent method because nest uses main.ts
, rather than index.ts
.
Construct a package.json object.
Package.json object.
Runs the post initialization commands.
Serialize a NestService
instance into an object.
Javascript object.
Deserialize an object into a NestService
instance.
Execution context.
Javascript object of the service.
Service instance.
Make a NestService
object.
Data for the NestService
objectr.
User instance.
NestService
object data.
Generated using TypeDoc
Class for representing a Nest.js Service.