mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
* feat(nx): add basic-lib generator for streamlined library creation This adds a new nx-plugin library with a generator for creating "common" type Bitwarden libs. It is set up to accept a lib name, description, team, and directory. It then - Creates a folder in the directory (default to libs) - Sets up complete library scaffolding: - README with team ownership - Build, lint and test task configuration - Test infrastructure - Configures TypeScript path mapping - Updates CODEOWNERS with team ownership - Runs npm i This will make library creation more consistent and reduce manual boilerplate setup. The plugin design itself was generated by `npx nx g plugin`. This means we used a plugin to generate a plugin that exports generators. To create our generator generator, we first needed a generator. * fix(dirt/card): correct tsconfig path in jest configuration Fix the relative path to tsconfig.base in the dirt/card library's Jest config. The path was incorrectly using four parent directory traversals (../../../../) when only three (../../../) were needed to reach the project root. * chore(codeowners): clarify some nx ownership stuff
38 lines
1.8 KiB
Plaintext
38 lines
1.8 KiB
Plaintext
./apps/browser/src/safari/desktop/Assets.xcassets
|
|
./apps/browser/src/safari/desktop/Assets.xcassets/AccentColor.colorset
|
|
./apps/browser/src/safari/desktop/Assets.xcassets/AppIcon.appiconset
|
|
./apps/browser/src/safari/desktop/Base.lproj
|
|
./apps/browser/store/windows/Assets
|
|
./libs/angular/src/directives/cipherListVirtualScroll.directive.ts
|
|
./LICENSE_BITWARDEN.txt
|
|
./CONTRIBUTING.md
|
|
./LICENSE_GPL.txt
|
|
./LICENSE.txt
|
|
./apps/web/Dockerfile
|
|
./apps/desktop/resources/installerSidebar.bmp
|
|
./apps/desktop/resources/appx/SplashScreen.png
|
|
./apps/desktop/resources/appx/BadgeLogo.png
|
|
./apps/desktop/resources/appx/Square150x150Logo.png
|
|
./apps/desktop/resources/appx/StoreLogo.png
|
|
./apps/desktop/resources/appx/Wide310x150Logo.png
|
|
./apps/desktop/resources/appx/Square44x44Logo.png
|
|
./apps/cli/stores/chocolatey/tools/VERIFICATION.txt
|
|
./apps/browser/store/windows/AppxManifest.xml
|
|
./apps/browser/src/background/nativeMessaging.background.ts
|
|
./apps/browser/src/models/browserComponentState.ts
|
|
./apps/browser/src/models/browserGroupingsComponentState.ts
|
|
./apps/browser/src/models/biometricErrors.ts
|
|
./apps/browser/src/browser/safariApp.ts
|
|
./apps/browser/src/safari/desktop/ViewController.swift
|
|
./apps/browser/src/safari/desktop/Assets.xcassets/AppIcon.appiconset/Contents.json
|
|
./apps/browser/src/safari/desktop/Assets.xcassets/AccentColor.colorset/Contents.json
|
|
./apps/browser/src/safari/desktop/Assets.xcassets/Contents.json
|
|
./apps/browser/src/safari/desktop/Base.lproj/Main.storyboard
|
|
./apps/browser/src/safari/desktop/AppDelegate.swift
|
|
./apps/browser/src/safari/desktop/Info.plist
|
|
./apps/browser/src/safari/safari/SafariWebExtensionHandler.swift
|
|
./apps/browser/src/safari/safari/Info.plist
|
|
./apps/browser/src/safari/desktop.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
|
|
./SECURITY.md
|
|
./libs/nx-plugin/src/generators/files/README.md__tmpl__
|