clients/libs/tools
Addison Beck 092c95d11f
build: add nx configuration to tools nested libraries (#16564)
Add Nx project.json configurations and test scripts to all 8 nested libraries:
- @bitwarden/send-ui
- @bitwarden/generator-core
- @bitwarden/generator-components
- @bitwarden/vault-export-core
- @bitwarden/vault-export-ui
- @bitwarden/generator-history
- @bitwarden/generator-legacy
- @bitwarden/generator-navigation

All libraries now have working nx build, nx lint, and nx test commands.
2025-09-23 13:52:17 -07:00
..
export/vault-export build: add nx configuration to tools nested libraries (#16564) 2025-09-23 13:52:17 -07:00
generator build: add nx configuration to tools nested libraries (#16564) 2025-09-23 13:52:17 -07:00
send build: add nx configuration to tools nested libraries (#16564) 2025-09-23 13:52:17 -07:00
README.md [PM-4266] Create folder for tools owned features (#6761) 2023-11-02 14:10:28 +01:00

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.