lucy-cli 2.0.0-beta.10 → 2.0.0-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/copy.js.map +1 -1
- package/dist/commands/git.d.ts +3 -2
- package/dist/commands/git.js +34 -0
- package/dist/commands/git.js.map +1 -1
- package/dist/commands/home.d.ts +1 -1
- package/dist/commands/home.js +2 -25
- package/dist/commands/home.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/init/cargo.d.ts +1 -1
- package/dist/init/git.d.ts +2 -0
- package/dist/init/git.js +13 -0
- package/dist/init/git.js.map +1 -0
- package/dist/init/gitModules.d.ts +1 -1
- package/dist/init/index.d.ts +2 -1
- package/dist/init/index.js +0 -1
- package/dist/init/index.js.map +1 -1
- package/dist/init/monorepo.d.ts +1 -1
- package/dist/init/prepareVelo.d.ts +1 -1
- package/dist/init/tauri.d.ts +1 -1
- package/dist/init/templates.d.ts +1 -1
- package/dist/init/templates.js +1 -1
- package/dist/init/templates.js.map +1 -1
- package/dist/init/velo.d.ts +1 -1
- package/package.json +1 -1
- package/src/commands/copy.ts +1 -0
- package/src/commands/git.ts +39 -0
- package/src/commands/home.ts +2 -38
- package/src/index.ts +1 -1
- package/src/init/index.ts +0 -1
- package/src/init/templates.ts +1 -1
- package/files/templates/block[D]/files/.cursorignore +0 -4
- package/files/templates/block[D]/files/.stylelintrc.js +0 -8
- package/files/templates/block[D]/lucy.json +0 -9
- package/files/templates/cargo[D]/files/.cursorignore +0 -4
- package/files/templates/cargo[D]/files/.env +0 -1
- package/files/templates/cargo[D]/files/Cargo.toml +0 -238
- package/files/templates/cargo[D]/files/Makefile.toml +0 -4
- package/files/templates/cargo[D]/files/build/main.rs +0 -35
- package/files/templates/cargo[D]/files/config/beta.json +0 -19
- package/files/templates/cargo[D]/files/config/ci.json +0 -15
- package/files/templates/cargo[D]/files/config/default.json +0 -71
- package/files/templates/cargo[D]/files/config/development.json +0 -10
- package/files/templates/cargo[D]/files/config/produktion.json +0 -5
- package/files/templates/cargo[D]/files/config/stage.json +0 -4
- package/files/templates/cargo[D]/files/locales/todo.yml +0 -3
- package/files/templates/cargo[D]/files/public/index.html +0 -1
- package/files/templates/cargo[D]/lucy.json +0 -15
- package/files/templates/expo verse[D]/files/.nvmrc +0 -1
- package/files/templates/expo verse[D]/files/.prettierignore +0 -23
- package/files/templates/expo verse[D]/files/.prettierrc.js +0 -16
- package/files/templates/expo verse[D]/files/.stylelintrc.json +0 -8
- package/files/templates/expo verse[D]/files/.vscode/extensions.json +0 -10
- package/files/templates/expo verse[D]/files/.vscode/launch.json +0 -54
- package/files/templates/expo verse[D]/files/.vscode/settings.json +0 -30
- package/files/templates/expo verse[D]/files/.vscode/tasks.json +0 -0
- package/files/templates/expo verse[D]/files/.yarnrc +0 -1
- package/files/templates/expo verse[D]/files/.yarnrc.yml +0 -8
- package/files/templates/expo verse[D]/files/App.tsx +0 -63
- package/files/templates/expo verse[D]/files/DEBUGGING.md +0 -126
- package/files/templates/expo verse[D]/files/README.md +0 -45
- package/files/templates/expo verse[D]/files/android/app/build.gradle +0 -177
- package/files/templates/expo verse[D]/files/android/app/debug.keystore +0 -0
- package/files/templates/expo verse[D]/files/android/app/proguard-rules.pro +0 -14
- package/files/templates/expo verse[D]/files/android/app/src/debug/AndroidManifest.xml +0 -7
- package/files/templates/expo verse[D]/files/android/app/src/main/AndroidManifest.xml +0 -33
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainActivity.kt +0 -65
- package/files/templates/expo verse[D]/files/android/app/src/main/java/so/sunnysideup/daily_verse/MainApplication.kt +0 -57
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-hdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-mdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-night-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp +0 -0
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/colors.xml +0 -6
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/strings.xml +0 -7
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values/styles.xml +0 -12
- package/files/templates/expo verse[D]/files/android/app/src/main/res/values-night/colors.xml +0 -3
- package/files/templates/expo verse[D]/files/android/build.gradle +0 -37
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/files/templates/expo verse[D]/files/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/files/templates/expo verse[D]/files/android/gradle.properties +0 -59
- package/files/templates/expo verse[D]/files/android/gradlew +0 -251
- package/files/templates/expo verse[D]/files/android/gradlew.bat +0 -94
- package/files/templates/expo verse[D]/files/android/settings.gradle +0 -39
- package/files/templates/expo verse[D]/files/app.config.ts +0 -77
- package/files/templates/expo verse[D]/files/assets/data/de.csv +0 -949
- package/files/templates/expo verse[D]/files/assets/data/en.csv +0 -949
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Black.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BlackItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Bold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-BoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-ExtraBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Italic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Medium.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-MediumItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBold.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/PlayfairDisplay-SemiBoldItalic.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo verse[D]/files/assets/images/andorid/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/android-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/background.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-light.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/ios-tinted.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-dark.png +0 -0
- package/files/templates/expo verse[D]/files/assets/images/splash-icon-light.png +0 -0
- package/files/templates/expo verse[D]/files/babel.config.js +0 -10
- package/files/templates/expo verse[D]/files/components/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/MainScreen.tsx +0 -299
- package/files/templates/expo verse[D]/files/components/Share.tsx +0 -132
- package/files/templates/expo verse[D]/files/components/ui/.gitkeep +0 -0
- package/files/templates/expo verse[D]/files/components/ui/dev.tsx +0 -48
- package/files/templates/expo verse[D]/files/constants/config.ts +0 -30
- package/files/templates/expo verse[D]/files/constants/theme.ts +0 -18
- package/files/templates/expo verse[D]/files/data/de.csv +0 -219
- package/files/templates/expo verse[D]/files/data/en.csv +0 -219
- package/files/templates/expo verse[D]/files/data/version.json +0 -4
- package/files/templates/expo verse[D]/files/eas.json +0 -47
- package/files/templates/expo verse[D]/files/eslint.config.mjs +0 -185
- package/files/templates/expo verse[D]/files/global.css +0 -47
- package/files/templates/expo verse[D]/files/hooks/useColorScheme.ts +0 -17
- package/files/templates/expo verse[D]/files/index.ts +0 -28
- package/files/templates/expo verse[D]/files/lib/content.ts +0 -31
- package/files/templates/expo verse[D]/files/lib/data.ts +0 -180
- package/files/templates/expo verse[D]/files/lib/helper.ts +0 -54
- package/files/templates/expo verse[D]/files/lib/index.ts +0 -21
- package/files/templates/expo verse[D]/files/lib/state.ts +0 -128
- package/files/templates/expo verse[D]/files/lib/storage.ts +0 -17
- package/files/templates/expo verse[D]/files/lib/taskManager/index.ts +0 -38
- package/files/templates/expo verse[D]/files/lib/taskManager/loadData.ts +0 -14
- package/files/templates/expo verse[D]/files/lib/utils/index.ts +0 -11
- package/files/templates/expo verse[D]/files/lib/utils/polyfills.ts +0 -29
- package/files/templates/expo verse[D]/files/lib/utils/screenshot.ts +0 -77
- package/files/templates/expo verse[D]/files/lucy.json +0 -8
- package/files/templates/expo verse[D]/files/metro.config.js +0 -81
- package/files/templates/expo verse[D]/files/models/index.ts +0 -28
- package/files/templates/expo verse[D]/files/nativewind-env.d.ts +0 -1
- package/files/templates/expo verse[D]/files/package.json +0 -102
- package/files/templates/expo verse[D]/files/pnpm-workspace.yaml +0 -3
- package/files/templates/expo verse[D]/files/scripts/convert-verses.ts +0 -309
- package/files/templates/expo verse[D]/files/scripts/move-artifacts.ts +0 -83
- package/files/templates/expo verse[D]/files/scripts/reset-project.ts +0 -116
- package/files/templates/expo verse[D]/files/tailwind.config.js +0 -63
- package/files/templates/expo verse[D]/files/tsconfig.json +0 -45
- package/files/templates/expo verse[D]/files/types/index.ts +0 -4
- package/files/templates/expo verse[D]/files/types/reset.d.ts +0 -1
- package/files/templates/expo verse[D]/lucy.json +0 -86
- package/files/templates/expo[D]/files/.cursorignore +0 -4
- package/files/templates/expo[D]/files/.nvmrc +0 -1
- package/files/templates/expo[D]/files/.prettierignore +0 -23
- package/files/templates/expo[D]/files/.prettierrc.js +0 -16
- package/files/templates/expo[D]/files/.stylelintrc.js +0 -8
- package/files/templates/expo[D]/files/.yarnrc +0 -1
- package/files/templates/expo[D]/files/.yarnrc.yml +0 -3
- package/files/templates/expo[D]/files/README.md +0 -45
- package/files/templates/expo[D]/files/app.config.ts +0 -69
- package/files/templates/expo[D]/files/assets/fonts/SpaceMono-Regular.ttf +0 -0
- package/files/templates/expo[D]/files/assets/images/adaptive-icon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/favicon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/icon.png +0 -0
- package/files/templates/expo[D]/files/assets/images/splash-icon.png +0 -0
- package/files/templates/expo[D]/files/babel.config.js +0 -10
- package/files/templates/expo[D]/files/components/.gitkeep +0 -0
- package/files/templates/expo[D]/files/components/ui/.gitkeep +0 -0
- package/files/templates/expo[D]/files/constants/theme.ts +0 -18
- package/files/templates/expo[D]/files/eas.json +0 -32
- package/files/templates/expo[D]/files/eslint.config.mjs +0 -181
- package/files/templates/expo[D]/files/global.css +0 -47
- package/files/templates/expo[D]/files/hooks/useColorScheme.ts +0 -17
- package/files/templates/expo[D]/files/index.ts +0 -11
- package/files/templates/expo[D]/files/lib/data.ts +0 -197
- package/files/templates/expo[D]/files/lib/utils/index.ts +0 -11
- package/files/templates/expo[D]/files/lib/utils/polyfills.ts +0 -29
- package/files/templates/expo[D]/files/lib/wix/client.ts +0 -12
- package/files/templates/expo[D]/files/lib/wix/error.ts +0 -3
- package/files/templates/expo[D]/files/lib/wix/index.ts +0 -2
- package/files/templates/expo[D]/files/metro.config.js +0 -63
- package/files/templates/expo[D]/files/nativewind-env.d.ts +0 -1
- package/files/templates/expo[D]/files/pnpm-workspace.yaml +0 -3
- package/files/templates/expo[D]/files/scripts/reset-project.ts +0 -116
- package/files/templates/expo[D]/files/tailwind.config.js +0 -63
- package/files/templates/expo[D]/files/tsconfig.json +0 -46
- package/files/templates/expo[D]/files/types/reset.d.ts +0 -1
- package/files/templates/expo[D]/lucy.json +0 -86
- package/files/templates/monorepo[D]/files/.cursorignore +0 -4
- package/files/templates/monorepo[D]/files/.editorconfig +0 -10
- package/files/templates/monorepo[D]/files/.nvmrc +0 -1
- package/files/templates/monorepo[D]/files/.prettierignore +0 -23
- package/files/templates/monorepo[D]/files/.prettierrc.json +0 -15
- package/files/templates/monorepo[D]/files/.stylelintrc.js +0 -8
- package/files/templates/monorepo[D]/files/.yarnrc +0 -1
- package/files/templates/monorepo[D]/files/.yarnrc.yml +0 -3
- package/files/templates/monorepo[D]/files/README.md +0 -109
- package/files/templates/monorepo[D]/files/currents.config.ts +0 -5
- package/files/templates/monorepo[D]/files/nx.json +0 -25
- package/files/templates/monorepo[D]/files/pnpm-workspace.yaml +0 -11
- package/files/templates/monorepo[D]/files/tsconfig.json +0 -6
- package/files/templates/monorepo[D]/files/typedoc.json +0 -25
- package/files/templates/monorepo[D]/files/vitest.config.ts +0 -27
- package/files/templates/monorepo[D]/lucy.json +0 -69
- package/files/templates/tauri[D]/files/.cursorignore +0 -4
- package/files/templates/tauri[D]/lucy.json +0 -9
- package/files/templates/velo[D]/files/.cursorignore +0 -4
- package/files/templates/velo[D]/files/.gitmodules +0 -0
- package/files/templates/velo[D]/files/.madgerc +0 -8
- package/files/templates/velo[D]/files/.nvmrc +0 -1
- package/files/templates/velo[D]/files/.prettierignore +0 -23
- package/files/templates/velo[D]/files/.prettierrc.js +0 -16
- package/files/templates/velo[D]/files/.stylelintrc.js +0 -9
- package/files/templates/velo[D]/files/.yarnrc.yml +0 -2
- package/files/templates/velo[D]/files/currents.config.js +0 -5
- package/files/templates/velo[D]/files/cypress/e2e/base/base.cy.ts +0 -14
- package/files/templates/velo[D]/files/cypress/fixtures/example.json +0 -5
- package/files/templates/velo[D]/files/cypress/support/commands.ts +0 -37
- package/files/templates/velo[D]/files/cypress/support/e2e.ts +0 -24
- package/files/templates/velo[D]/files/cypress/tsconfig.json +0 -9
- package/files/templates/velo[D]/files/cypress.config.mjs +0 -19
- package/files/templates/velo[D]/files/eslint.config.mjs +0 -186
- package/files/templates/velo[D]/files/local.tsconfig.json +0 -61
- package/files/templates/velo[D]/files/typedoc.json +0 -25
- package/files/templates/velo[D]/files/typescript/__mocks__/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/backend/config/authz.ts +0 -47
- package/files/templates/velo[D]/files/typescript/backend/config/env.ts +0 -8
- package/files/templates/velo[D]/files/typescript/backend/config/index.ts +0 -26
- package/files/templates/velo[D]/files/typescript/backend/config/mail.ts +0 -10
- package/files/templates/velo[D]/files/typescript/backend/config/nats.ts +0 -6
- package/files/templates/velo[D]/files/typescript/backend/data.ts +0 -0
- package/files/templates/velo[D]/files/typescript/backend/events.ts +0 -0
- package/files/templates/velo[D]/files/typescript/backend/http-functions.ts +0 -81
- package/files/templates/velo[D]/files/typescript/backend/lib/http-functions/sync.ts +0 -270
- package/files/templates/velo[D]/files/typescript/backend/permissions.json +0 -17
- package/files/templates/velo[D]/files/typescript/pages/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/public/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/public/config/env.ts +0 -9
- package/files/templates/velo[D]/files/typescript/public/config/index.ts +0 -76
- package/files/templates/velo[D]/files/typescript/public/config/locales.ts +0 -30
- package/files/templates/velo[D]/files/typescript/public/config/theme.ts +0 -110
- package/files/templates/velo[D]/files/typescript/public/i18n/default.ts +0 -123
- package/files/templates/velo[D]/files/typescript/public/i18n/en.ts +0 -117
- package/files/templates/velo[D]/files/typescript/public/models/collections/member_roles.mode.ts +0 -21
- package/files/templates/velo[D]/files/typescript/public/models/collections/organization.model.ts +0 -38
- package/files/templates/velo[D]/files/typescript/public/models/collections/plan.model.ts +0 -94
- package/files/templates/velo[D]/files/typescript/public/models/collections/stage.model.ts +0 -14
- package/files/templates/velo[D]/files/typescript/public/models/collections/subscriptions.model.ts +0 -80
- package/files/templates/velo[D]/files/typescript/public/models/collections/tag.model.ts +0 -15
- package/files/templates/velo[D]/files/typescript/public/models/collections/translations.model.ts +0 -16
- package/files/templates/velo[D]/files/typescript/public/models/modules/authz.model.ts +0 -31
- package/files/templates/velo[D]/files/typescript/public/models/modules/organization.ts +0 -20
- package/files/templates/velo[D]/files/typescript/public/models/splitwise.model.ts +0 -18
- package/files/templates/velo[D]/files/typescript/public/models/store/local.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/store/memory.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/store/session.model.ts +0 -10
- package/files/templates/velo[D]/files/typescript/public/models/wix/ecom/payment.ts +0 -236
- package/files/templates/velo[D]/files/typescript/public/scss/app.scss +0 -0
- package/files/templates/velo[D]/files/typescript/styles/.gitkeep +0 -0
- package/files/templates/velo[D]/files/typescript/styles/global.scss +0 -0
- package/files/templates/velo[D]/files/typescript/tsconfig.json +0 -72
- package/files/templates/velo[D]/files/vitest.config.ts +0 -45
- package/files/templates/velo[D]/lucy.json +0 -137
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Dependencies
|
|
2
|
-
node_modules/
|
|
3
|
-
|
|
4
|
-
# Build output
|
|
5
|
-
dist
|
|
6
|
-
.next/
|
|
7
|
-
.wix/
|
|
8
|
-
build
|
|
9
|
-
out
|
|
10
|
-
|
|
11
|
-
# Turbo cache
|
|
12
|
-
.turbo
|
|
13
|
-
|
|
14
|
-
# Logs
|
|
15
|
-
*.log
|
|
16
|
-
npm-debug.log*
|
|
17
|
-
yarn-debug.log*
|
|
18
|
-
yarn-error.log*
|
|
19
|
-
pnpm-debug.log*
|
|
20
|
-
|
|
21
|
-
# As per your ESLint config, JS files are not formatted.
|
|
22
|
-
**/*.js
|
|
23
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
node-options=--max-old-space-size=16384
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
# Test
|
|
2
|
-
|
|
3
|
-
<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
|
|
4
|
-
|
|
5
|
-
✨ Your new, shiny [Nx workspace](https://nx.dev) is ready ✨.
|
|
6
|
-
|
|
7
|
-
[Learn more about this workspace setup and its capabilities](https://nx.dev/nx-api/js?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects) or run `npx nx graph` to visually explore what was created. Now, let's get you up to speed!
|
|
8
|
-
|
|
9
|
-
## Run tasks
|
|
10
|
-
|
|
11
|
-
To run the dev server for your app, use:
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
npx nx serve test
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
To create a production bundle:
|
|
18
|
-
|
|
19
|
-
```sh
|
|
20
|
-
npx nx build test
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
To see all available targets to run for a project, run:
|
|
24
|
-
|
|
25
|
-
```sh
|
|
26
|
-
npx nx show project test
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
These targets are either [inferred automatically](https://nx.dev/concepts/inferred-tasks?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects) or defined in the `project.json` or `package.json` files.
|
|
30
|
-
|
|
31
|
-
[More about running tasks in the docs »](https://nx.dev/features/run-tasks?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
32
|
-
|
|
33
|
-
## Versioning and releasing
|
|
34
|
-
|
|
35
|
-
To version and release the library use
|
|
36
|
-
|
|
37
|
-
```
|
|
38
|
-
npx nx release
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
Pass `--dry-run` to see what would happen without actually releasing the library.
|
|
42
|
-
|
|
43
|
-
[Learn more about Nx release »](https://nx.dev/features/manage-releases?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
44
|
-
|
|
45
|
-
## Keep TypeScript project references up to date
|
|
46
|
-
|
|
47
|
-
Nx automatically updates TypeScript [project references](https://www.typescriptlang.org/docs/handbook/project-references.html) in `tsconfig.json` files to ensure they remain accurate based on your project dependencies (`import` or `require` statements). This sync is automatically done when running tasks such as `build` or `typecheck`, which require updated references to function correctly.
|
|
48
|
-
|
|
49
|
-
To manually trigger the process to sync the project graph dependencies information to the TypeScript project references, run the following command:
|
|
50
|
-
|
|
51
|
-
```sh
|
|
52
|
-
npx nx sync
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
You can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:
|
|
56
|
-
|
|
57
|
-
```sh
|
|
58
|
-
npx nx sync:check
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
[Learn more about nx sync](https://nx.dev/reference/nx-commands#sync)
|
|
62
|
-
|
|
63
|
-
## Set up CI!
|
|
64
|
-
|
|
65
|
-
### Step 1
|
|
66
|
-
|
|
67
|
-
To connect to Nx Cloud, run the following command:
|
|
68
|
-
|
|
69
|
-
```sh
|
|
70
|
-
npx nx connect
|
|
71
|
-
```
|
|
72
|
-
|
|
73
|
-
Connecting to Nx Cloud ensures a [fast and scalable CI](https://nx.dev/ci/intro/why-nx-cloud?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects) pipeline. It includes features such as:
|
|
74
|
-
|
|
75
|
-
- [Remote caching](https://nx.dev/ci/features/remote-cache?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
76
|
-
- [Task distribution across multiple machines](https://nx.dev/ci/features/distribute-task-execution?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
77
|
-
- [Automated e2e test splitting](https://nx.dev/ci/features/split-e2e-tasks?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
78
|
-
- [Task flakiness detection and rerunning](https://nx.dev/ci/features/flaky-tasks?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
79
|
-
|
|
80
|
-
### Step 2
|
|
81
|
-
|
|
82
|
-
Use the following command to configure a CI workflow for your workspace:
|
|
83
|
-
|
|
84
|
-
```sh
|
|
85
|
-
npx nx g ci-workflow
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
[Learn more about Nx on CI](https://nx.dev/ci/intro/ci-with-nx#ready-get-started-with-your-provider?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
89
|
-
|
|
90
|
-
## Install Nx Console
|
|
91
|
-
|
|
92
|
-
Nx Console is an editor extension that enriches your developer experience. It lets you run tasks, generate code, and improves code autocompletion in your IDE. It is available for VSCode and IntelliJ.
|
|
93
|
-
|
|
94
|
-
[Install Nx Console »](https://nx.dev/getting-started/editor-setup?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
95
|
-
|
|
96
|
-
## Useful links
|
|
97
|
-
|
|
98
|
-
Learn more:
|
|
99
|
-
|
|
100
|
-
- [Learn more about this workspace setup](https://nx.dev/nx-api/js?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
101
|
-
- [Learn about Nx on CI](https://nx.dev/ci/intro/ci-with-nx?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
102
|
-
- [Releasing Packages with Nx release](https://nx.dev/features/manage-releases?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
103
|
-
- [What are Nx plugins?](https://nx.dev/concepts/nx-plugins?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
104
|
-
|
|
105
|
-
And join the Nx community:
|
|
106
|
-
- [Discord](https://go.nx.dev/community)
|
|
107
|
-
- [Follow us on X](https://twitter.com/nxdevtools) or [LinkedIn](https://www.linkedin.com/company/nrwl)
|
|
108
|
-
- [Our Youtube channel](https://www.youtube.com/@nxdevtools)
|
|
109
|
-
- [Our blog](https://nx.dev/blog?utm_source=nx_project&utm_medium=readme&utm_campaign=nx_projects)
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export const currentsConfig: { projectId: string; recordKey: string; cloudServiceUrl: string } = {
|
|
2
|
-
projectId: '__ProjectName__', // the projectId, can be any values for sorry-cypress users
|
|
3
|
-
recordKey: '__ProjectName__', // the record key, can be any value for sorry-cypress users
|
|
4
|
-
cloudServiceUrl: 'https://e2e.int.integral-systems.ch:1234', // Sorry Cypress users - set the director service URL
|
|
5
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
|
3
|
-
"defaultBase": "master",
|
|
4
|
-
"namedInputs": {
|
|
5
|
-
"default": ["{projectRoot}/**/*", "sharedGlobals"],
|
|
6
|
-
"production": ["default"],
|
|
7
|
-
"sharedGlobals": []
|
|
8
|
-
},
|
|
9
|
-
"plugins": [
|
|
10
|
-
{
|
|
11
|
-
"plugin": "@nx/js/typescript",
|
|
12
|
-
"options": {
|
|
13
|
-
"typecheck": {
|
|
14
|
-
"targetName": "typecheck"
|
|
15
|
-
},
|
|
16
|
-
"build": {
|
|
17
|
-
"targetName": "build",
|
|
18
|
-
"configName": "tsconfig.lib.json",
|
|
19
|
-
"buildDepsName": "build-deps",
|
|
20
|
-
"watchDepsName": "watch-deps"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"entryPoints": [
|
|
3
|
-
"*/**/*.ts",
|
|
4
|
-
"*/**/*.tsx"
|
|
5
|
-
],
|
|
6
|
-
"entryPointStrategy": "expand",
|
|
7
|
-
"out": "docs",
|
|
8
|
-
"plugin": [
|
|
9
|
-
"typedoc-github-theme"
|
|
10
|
-
],
|
|
11
|
-
"tsconfig": "local.tsconfig.json",
|
|
12
|
-
"excludeExternals": true,
|
|
13
|
-
"externalPattern": [
|
|
14
|
-
"**/node_modules/**",
|
|
15
|
-
"**/.wix/**",
|
|
16
|
-
".wix/**"
|
|
17
|
-
],
|
|
18
|
-
"exclude": [
|
|
19
|
-
"./.wix/**/*",
|
|
20
|
-
".wix/**/*",
|
|
21
|
-
"cypress/**",
|
|
22
|
-
"**/__mocks__/**"
|
|
23
|
-
],
|
|
24
|
-
"name": "wix-yeva"
|
|
25
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { defineConfig } from "vitest/config";
|
|
2
|
-
import { sharedConfig, uiConfig } from "@lucy/vitest-config";
|
|
3
|
-
|
|
4
|
-
export default defineConfig({
|
|
5
|
-
...sharedConfig,
|
|
6
|
-
...uiConfig,
|
|
7
|
-
test: {
|
|
8
|
-
projects: [
|
|
9
|
-
{
|
|
10
|
-
root: "./packages",
|
|
11
|
-
test: {
|
|
12
|
-
...sharedConfig.test,
|
|
13
|
-
// Project-specific configuration for packages
|
|
14
|
-
// ...
|
|
15
|
-
},
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
root: "./apps",
|
|
19
|
-
test: {
|
|
20
|
-
...sharedConfig.test,
|
|
21
|
-
// Project-specific configuration for apps
|
|
22
|
-
environment: "jsdom",
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
},
|
|
27
|
-
});
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"modules": {
|
|
3
|
-
"lucy-typescript-config": {
|
|
4
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-typescript-config.git",
|
|
5
|
-
"branch": "1.0.0"
|
|
6
|
-
},
|
|
7
|
-
"lucy-eslint-config": {
|
|
8
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-eslint-config.git",
|
|
9
|
-
"branch": "1.0.0"
|
|
10
|
-
},
|
|
11
|
-
"lucy-i18n": {
|
|
12
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-i18n.git",
|
|
13
|
-
"branch": "1.0.0"
|
|
14
|
-
},
|
|
15
|
-
"lucy-error": {
|
|
16
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-error.git",
|
|
17
|
-
"branch": "1.0.0"
|
|
18
|
-
},
|
|
19
|
-
"lucy-cypress": {
|
|
20
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-cypress.git",
|
|
21
|
-
"branch": "1.0.0"
|
|
22
|
-
},
|
|
23
|
-
"lucy-vitest-config": {
|
|
24
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-vitest-config.git",
|
|
25
|
-
"branch": "1.0.0"
|
|
26
|
-
},
|
|
27
|
-
"lucy-schema-lib": {
|
|
28
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-schema-lib.git",
|
|
29
|
-
"branch": "1.0.0"
|
|
30
|
-
},
|
|
31
|
-
"lucy-frontend-lib": {
|
|
32
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-frontend-lib.git",
|
|
33
|
-
"branch": "1.0.0"
|
|
34
|
-
},
|
|
35
|
-
"lucy-backend-lib": {
|
|
36
|
-
"source": "git@github.com:Sunnyside-UP-GmbH/lucy-backend-lib.git",
|
|
37
|
-
"branch": "1.0.0"
|
|
38
|
-
}
|
|
39
|
-
},
|
|
40
|
-
"devDependencies": {
|
|
41
|
-
"vitest": "",
|
|
42
|
-
"@vitest/ui": "",
|
|
43
|
-
"syncpack": "",
|
|
44
|
-
"typescript-eslint": "",
|
|
45
|
-
"typescript-eslint-language-service": "",
|
|
46
|
-
"@typescript-eslint/parser": "",
|
|
47
|
-
"@lucy/vitest-config": "workspace:*"
|
|
48
|
-
},
|
|
49
|
-
"dependencies": {},
|
|
50
|
-
"scripts": {
|
|
51
|
-
"build": "turbo run build",
|
|
52
|
-
"dev": "turbo run dev",
|
|
53
|
-
"lint": "turbo run lint",
|
|
54
|
-
"format": "prettier --write \"./*.json\" \"**/*.{ts,tsx,md,json,jsonc,json5}\"",
|
|
55
|
-
"check-types": "turbo run check-types",
|
|
56
|
-
"update": "syncpack -- update",
|
|
57
|
-
"update:list": "syncpack -- list",
|
|
58
|
-
"test": "turbo run test",
|
|
59
|
-
"test:projects": "vitest run",
|
|
60
|
-
"test:projects:watch": "vitest --watch",
|
|
61
|
-
"view-report": "turbo run view-report",
|
|
62
|
-
"test:ui": "vitest --ui",
|
|
63
|
-
"test:e2e": "turbo run test:e2e"
|
|
64
|
-
},
|
|
65
|
-
"initialized": false,
|
|
66
|
-
"type": "monorepo",
|
|
67
|
-
"packageManager": "pnpm",
|
|
68
|
-
"defaultModulePath": "shared"
|
|
69
|
-
}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
22
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# Dependencies
|
|
2
|
-
node_modules/
|
|
3
|
-
|
|
4
|
-
# Build output
|
|
5
|
-
dist
|
|
6
|
-
.next/
|
|
7
|
-
.wix/
|
|
8
|
-
build
|
|
9
|
-
out
|
|
10
|
-
|
|
11
|
-
# Turbo cache
|
|
12
|
-
.turbo
|
|
13
|
-
|
|
14
|
-
# Logs
|
|
15
|
-
*.log
|
|
16
|
-
npm-debug.log*
|
|
17
|
-
yarn-debug.log*
|
|
18
|
-
yarn-error.log*
|
|
19
|
-
pnpm-debug.log*
|
|
20
|
-
|
|
21
|
-
# As per your ESLint config, JS files are not formatted.
|
|
22
|
-
**/*.js
|
|
23
|
-
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
printWidth: 80,
|
|
3
|
-
tabWidth: 4,
|
|
4
|
-
useTabs: true,
|
|
5
|
-
singleQuote: true,
|
|
6
|
-
trailingComma: 'all',
|
|
7
|
-
plugins: ['prettier-plugin-tailwindcss'],
|
|
8
|
-
overrides: [
|
|
9
|
-
{
|
|
10
|
-
files: ['**/*.{json,jsonc,json5}', '*.{json,jsonc,json5}'],
|
|
11
|
-
options: {
|
|
12
|
-
useTabs: true
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
]
|
|
16
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
projectId: '__ProjectName__', // the projectId, can be any values for sorry-cypress users
|
|
3
|
-
recordKey: '__ProjectName__', // the record key, can be any value for sorry-cypress users
|
|
4
|
-
cloudServiceUrl: 'http://some-e2e.ch:1234', // Sorry Cypress users - set the director service URL
|
|
5
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
describe('Basic E2E Test', () => {
|
|
3
|
-
const currentDate = new Date();
|
|
4
|
-
const formattedDate = currentDate.toISOString().split('T')[0];
|
|
5
|
-
const formattedTime = currentDate.toTimeString().split(' ')[0].replace(/:/g, '-');
|
|
6
|
-
|
|
7
|
-
it('passes', () => {
|
|
8
|
-
cy.visit('/');
|
|
9
|
-
cy.get('#comp-m3blk8zj_r_comp-m3ta27x7').should('be.visible');
|
|
10
|
-
cy.screenshot(`loaded_${formattedDate}_${formattedTime}`);
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/// <reference types="cypress" />
|
|
2
|
-
// ***********************************************
|
|
3
|
-
// This example commands.ts shows you how to
|
|
4
|
-
// create various custom commands and overwrite
|
|
5
|
-
// existing commands.
|
|
6
|
-
//
|
|
7
|
-
// For more comprehensive examples of custom
|
|
8
|
-
// commands please read more here:
|
|
9
|
-
// https://on.cypress.io/custom-commands
|
|
10
|
-
// ***********************************************
|
|
11
|
-
//
|
|
12
|
-
//
|
|
13
|
-
// -- This is a parent command --
|
|
14
|
-
// Cypress.Commands.add('login', (email, password) => { ... })
|
|
15
|
-
//
|
|
16
|
-
//
|
|
17
|
-
// -- This is a child command --
|
|
18
|
-
// Cypress.Commands.add('drag', { prevSubject: 'element'}, (subject, options) => { ... })
|
|
19
|
-
//
|
|
20
|
-
//
|
|
21
|
-
// -- This is a dual command --
|
|
22
|
-
// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
|
|
23
|
-
//
|
|
24
|
-
//
|
|
25
|
-
// -- This will overwrite an existing command --
|
|
26
|
-
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })
|
|
27
|
-
//
|
|
28
|
-
// declare global {
|
|
29
|
-
// namespace Cypress {
|
|
30
|
-
// interface Chainable {
|
|
31
|
-
// login(email: string, password: string): Chainable<void>
|
|
32
|
-
// drag(subject: string, options?: Partial<TypeOptions>): Chainable<Element>
|
|
33
|
-
// dismiss(subject: string, options?: Partial<TypeOptions>): Chainable<Element>
|
|
34
|
-
// visit(originalFn: CommandOriginalFn, url: string, options: Partial<VisitOptions>): Chainable<Element>
|
|
35
|
-
// }
|
|
36
|
-
// }
|
|
37
|
-
// }
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
// ***********************************************************
|
|
2
|
-
// This example support/e2e.ts is processed and
|
|
3
|
-
// loaded automatically before your test files.
|
|
4
|
-
//
|
|
5
|
-
// This is a great place to put global configuration and
|
|
6
|
-
// behavior that modifies Cypress.
|
|
7
|
-
//
|
|
8
|
-
// You can change the location of this file or turn off
|
|
9
|
-
// automatically serving support files with the
|
|
10
|
-
// 'supportFile' configuration option.
|
|
11
|
-
//
|
|
12
|
-
// You can read more here:
|
|
13
|
-
// https://on.cypress.io/configuration
|
|
14
|
-
// ***********************************************************
|
|
15
|
-
|
|
16
|
-
// Import commands.js using ES2015 syntax:
|
|
17
|
-
import './commands';
|
|
18
|
-
|
|
19
|
-
// before(() => {
|
|
20
|
-
// // Set the base URL for your application
|
|
21
|
-
// cy.visit('https://www.zikade.ch');
|
|
22
|
-
// });
|
|
23
|
-
// Alternatively you can use CommonJS syntax:
|
|
24
|
-
// require('./commands')
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { defineConfig } from 'cypress';
|
|
2
|
-
import { cloudPlugin } from 'cypress-cloud/plugin';
|
|
3
|
-
|
|
4
|
-
export default defineConfig({
|
|
5
|
-
videoCompression: 15,
|
|
6
|
-
chromeWebSecurity: true,
|
|
7
|
-
pageLoadTimeout: 120000,
|
|
8
|
-
defaultCommandTimeout: 10000,
|
|
9
|
-
retries: {
|
|
10
|
-
runMode: 0,
|
|
11
|
-
openMode: 0,
|
|
12
|
-
},
|
|
13
|
-
e2e: {
|
|
14
|
-
baseUrl: 'https://www.heise.de/',
|
|
15
|
-
setupNodeEvents(on, config) {
|
|
16
|
-
return cloudPlugin(on, config);
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
});
|