createLibraryMetadata
Creates a metadata object for consumers and documentation examples. Encapsulates library name, version, and optional description for introspection and logging purposes.
Metadata object containing name, version, and optional description
const metadata = createLibraryMetadata( 'my-lambda-service', '1.0.0', 'AWS Lambda boilerplate for serverless applications');
Bayu Dwiyan Satria
1.0.0
The name of the library or service
The semantic version (e.g., '1.0.0', '2.1.3')
Optional
Optional description of the library or service
Generated using TypeDoc
Function
createLibraryMetadata
Creates a metadata object for consumers and documentation examples. Encapsulates library name, version, and optional description for introspection and logging purposes.
Returns
Metadata object containing name, version, and optional description
Example
Author
Bayu Dwiyan Satria
Since
1.0.0