From ca98583f09a65aa9b8a85ad622fc652d1d848680 Mon Sep 17 00:00:00 2001 From: Taranveer Virk Date: Tue, 20 Feb 2018 02:19:10 -0500 Subject: [PATCH] chore: add package to monorepo.md and codeowners --- CODEOWNERS | 1 + MONOREPO.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e8fb812a9df1..028ba8a3e7be 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,6 +5,7 @@ * @bajtos @raymondfeng @kjdelisle packages/authentication/* @bajtos @kjdelisle +packages/boot/* @raymondfeng @virkt25 packages/build/* @bajtos @raymondfeng packages/cli/* @raymondfeng @kjdelisle @shimks packages/context/* @bajtos @raymondfeng @kjdelisle diff --git a/MONOREPO.md b/MONOREPO.md index cff408060d65..c7571a921023 100644 --- a/MONOREPO.md +++ b/MONOREPO.md @@ -13,6 +13,7 @@ The [loopback-next](https://github.com/strongloop/loopback-next) repository uses |[metadata](packages/metadata) |@loopback/metadata | Utilities to help developers implement TypeScript decorators, define/merge metadata, and inspect metadata | |[context](packages/context) |@loopback/context | Facilities to manage artifacts and their dependencies in your Node.js applications. The module exposes TypeScript/JavaScript APIs and decorators to register artifacts, declare dependencies, and resolve artifacts by keys. It also serves as an IoC container to support dependency injection. | |[core](packages/core) |@loopback/core | Define and implement core constructs such as Application and Component | +|[boot](packages/boot) |@loopback/boot | Convention based Bootstrapper and Booters | |[openapi-spec](packages/openapi-spec) |@loopback/openapi-spec | TypeScript type definitions for OpenAPI Spec/Swagger documents | |[openapi-spec-builder](packages/openapi-spec-builder) |@loopback/openapi-spec-builder | Builders to create OpenAPI (Swagger) specification documents in tests | |[openapi-v2](packages/openapi-v2) |@loopback/openapi-v2 | Decorators that annotate LoopBack artifacts with OpenAPI v2 (Swagger) metadata and utilities that transform LoopBack metadata to OpenAPI v2 (Swagger) specifications|