diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fe91941eac..c8ed840e4c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,6 +31,7 @@ libs/common/src/models/export @bitwarden/team-tools-dev libs/common/src/tools @bitwarden/team-tools-dev libs/exporter @bitwarden/team-tools-dev libs/importer @bitwarden/team-tools-dev +libs/tools @bitwarden/team-tools-dev ## Localization/Crowdin (Tools team) apps/browser/src/_locales @bitwarden/team-tools-dev diff --git a/.github/whitelist-capital-letters.txt b/.github/whitelist-capital-letters.txt index f5a60f817c..c02b437e52 100644 --- a/.github/whitelist-capital-letters.txt +++ b/.github/whitelist-capital-letters.txt @@ -25,6 +25,7 @@ ./libs/common/src/abstractions/anonymousHub.service.ts ./libs/common/src/services/anonymousHub.service.ts ./libs/auth/README.md +./libs/tools/README.md ./libs/vault/README.md ./README.md ./LICENSE_BITWARDEN.txt diff --git a/libs/tools/README.md b/libs/tools/README.md new file mode 100644 index 0000000000..73d1d02bb6 --- /dev/null +++ b/libs/tools/README.md @@ -0,0 +1,3 @@ +# Tools + +This lib represents the public API of the Tools team at Bitwarden. Modules are imported using `@bitwarden/{feature-name}` for example `@bitwarden/send-core` and `@bitwarden/send-components`.