You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/site/MONOREPO.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses
30
30
|[example-soap-calculator](https://github.com/strongloop/loopback-next/tree/master/examples/soap-calculator)|@loopback/example-soap-calculator| A tutorial demonstrating integration with a SOAP webservice |
31
31
|[example-todo-list](https://github.com/strongloop/loopback-next/tree/master/examples/todo-list)|@loopback/example-todo-list| Continuation of the todo example using relations in LoopBack 4 |
32
32
|[example-todo](https://github.com/strongloop/loopback-next/tree/master/examples/todo)|@loopback/example-todo| A basic tutorial for getting started with Loopback 4 |
33
+
|[extension-health](https://github.com/strongloop/loopback-next/tree/master/extensions/health)|@loopback/extension-health| Expose health check related endpoints |
34
+
|[extension-logging](https://github.com/strongloop/loopback-next/tree/master/extensions/logging)|@loopback/extension-logging| Add Winston Logger and Fluentd integration |
35
+
|[extension-metrics](https://github.com/strongloop/loopback-next/tree/master/extensions/metrics)|@loopback/extension-metrics| Report metrics to Prometheus |
33
36
|[http-caching-proxy](https://github.com/strongloop/loopback-next/tree/master/packages/http-caching-proxy)|@loopback/http-caching-proxy| A caching HTTP proxy for integration tests. NOT SUITABLE FOR PRODUCTION USE! |
34
37
|[http-server](https://github.com/strongloop/loopback-next/tree/master/packages/http-server)|@loopback/http-server| A wrapper for creating HTTP/HTTPS servers |
35
38
|[metadata](https://github.com/strongloop/loopback-next/tree/master/packages/metadata)|@loopback/metadata| Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata |
@@ -44,7 +47,6 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses
44
47
|[service-proxy](https://github.com/strongloop/loopback-next/tree/master/packages/service-proxy)|@loopback/service-proxy| A common set of interfaces for interacting with service oriented backends such as REST APIs, SOAP Web Services, and gRPC microservices |
45
48
|[testlab](https://github.com/strongloop/loopback-next/tree/master/packages/testlab)|@loopback/testlab| A collection of test utilities we use to write LoopBack tests |
46
49
|[tsdocs](https://github.com/strongloop/loopback-next/tree/master/packages/tsdocs)|@loopback/tsdocs| An internal package to generate api docs using Microsoft api-extractor and api-documenter |
47
-
|[extensions/health](https://github.com/strongloop/loopback-next/tree/master/extensions/health)|@loopback/extension-health| Expose health check related endpoints |
0 commit comments