<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
133 lines
5.0 KiB
TypeScript
133 lines
5.0 KiB
TypeScript
// CI PROVIDERS
|
|
export * from './lib/ci-providers/azure-devops';
|
|
export * from './lib/ci-providers/bitbucket';
|
|
export * from './lib/ci-providers/github';
|
|
export * from './lib/ci-providers/gitlab';
|
|
export * from './lib/ci-providers/jenkins';
|
|
export * from './lib/ci-providers/travis-ci';
|
|
|
|
// CUSTOMERS
|
|
export * from './lib/customers/7eleven';
|
|
export * from './lib/customers/adidas';
|
|
export * from './lib/customers/adobe';
|
|
export * from './lib/customers/american-airlines';
|
|
export * from './lib/customers/amplify';
|
|
export * from './lib/customers/aws';
|
|
export * from './lib/customers/bill';
|
|
export * from './lib/customers/bloomberg';
|
|
export * from './lib/customers/builder-mitosis';
|
|
export * from './lib/customers/cais-group';
|
|
export * from './lib/customers/capital-one';
|
|
export * from './lib/customers/caseware';
|
|
export * from './lib/customers/caterpillar';
|
|
export * from './lib/customers/cisco';
|
|
export * from './lib/customers/click-up';
|
|
export * from './lib/customers/deloitte';
|
|
export * from './lib/customers/dicks-sporting-goods';
|
|
export * from './lib/customers/dnb';
|
|
export * from './lib/customers/entain';
|
|
export * from './lib/customers/epic-web';
|
|
export * from './lib/customers/fedex';
|
|
export * from './lib/customers/fico';
|
|
export * from './lib/customers/ghost';
|
|
export * from './lib/customers/hasura';
|
|
export * from './lib/customers/hetzner-cloud';
|
|
export * from './lib/customers/hilton';
|
|
export * from './lib/customers/ikea';
|
|
export * from './lib/customers/intel';
|
|
export * from './lib/customers/lego';
|
|
export * from './lib/customers/lerna';
|
|
export * from './lib/customers/mail-chimp';
|
|
export * from './lib/customers/man';
|
|
export * from './lib/customers/microsoft';
|
|
export * from './lib/customers/milliennium';
|
|
export * from './lib/customers/moderna';
|
|
export * from './lib/customers/mui';
|
|
export * from './lib/customers/paramount';
|
|
export * from './lib/customers/payfit';
|
|
export * from './lib/customers/paylocity';
|
|
export * from './lib/customers/philips';
|
|
export * from './lib/customers/react-query';
|
|
export * from './lib/customers/red-bull';
|
|
export * from './lib/customers/redwood-js';
|
|
export * from './lib/customers/royal-bank-of-canada';
|
|
export * from './lib/customers/sainsburys';
|
|
export * from './lib/customers/sentry';
|
|
export * from './lib/customers/sharp';
|
|
export * from './lib/customers/shopify';
|
|
export * from './lib/customers/splice';
|
|
// export * from './lib/customers/storybook'; // Present in "Technologies".
|
|
export * from './lib/customers/strapi';
|
|
export * from './lib/customers/t-mobile';
|
|
export * from './lib/customers/tanstack';
|
|
export * from './lib/customers/three-kit';
|
|
export * from './lib/customers/tide';
|
|
export * from './lib/customers/typescript-eslint';
|
|
export * from './lib/customers/ukg';
|
|
export * from './lib/customers/varian';
|
|
export * from './lib/customers/vmware';
|
|
export * from './lib/customers/vodafone';
|
|
export * from './lib/customers/wallmart';
|
|
export * from './lib/customers/zipari';
|
|
|
|
// EDITORS
|
|
export * from './lib/editors/jetbrains';
|
|
export * from './lib/editors/visual-studio-code';
|
|
|
|
// OTHERS
|
|
export * from './lib/monorepo-world';
|
|
export * from './lib/others/amazon-s3';
|
|
|
|
// PODCASTS
|
|
export * from './lib/podcasts/amazon-music';
|
|
export * from './lib/podcasts/apple-podcasts';
|
|
export * from './lib/podcasts/i-heart-radio';
|
|
export * from './lib/podcasts/spotify';
|
|
|
|
// PRODUCTS
|
|
export * from './lib/products';
|
|
|
|
// SOCIALS
|
|
export * from './lib/socials/discord-icon';
|
|
export * from './lib/socials/x-icon';
|
|
export * from './lib/socials/youtube';
|
|
|
|
// TECHNOLOGIES
|
|
export * from './lib/technologies/angular';
|
|
export * from './lib/technologies/astro';
|
|
export * from './lib/technologies/cypress';
|
|
export * from './lib/technologies/dot-net';
|
|
export * from './lib/technologies/electron';
|
|
export * from './lib/technologies/esbuild';
|
|
export * from './lib/technologies/eslint';
|
|
export * from './lib/technologies/expo';
|
|
export * from './lib/technologies/express';
|
|
export * from './lib/technologies/fastify';
|
|
export * from './lib/technologies/go';
|
|
export * from './lib/technologies/gradle';
|
|
export * from './lib/technologies/html5';
|
|
export * from './lib/technologies/java';
|
|
export * from './lib/technologies/javascript';
|
|
export * from './lib/technologies/jest';
|
|
export * from './lib/technologies/nestjs';
|
|
export * from './lib/technologies/nextjs';
|
|
export * from './lib/technologies/nodejs';
|
|
export * from './lib/technologies/nuxtjs';
|
|
export * from './lib/technologies/playwright';
|
|
export * from './lib/technologies/pnpm';
|
|
export * from './lib/technologies/prettier';
|
|
export * from './lib/technologies/qwik';
|
|
export * from './lib/technologies/react';
|
|
export * from './lib/technologies/remix';
|
|
export * from './lib/technologies/rollup';
|
|
export * from './lib/technologies/rspack';
|
|
export * from './lib/technologies/rust';
|
|
export * from './lib/technologies/rxjs';
|
|
export * from './lib/technologies/solid';
|
|
export * from './lib/technologies/storybook';
|
|
export * from './lib/technologies/typescript';
|
|
export * from './lib/technologies/vite';
|
|
export * from './lib/technologies/vitest';
|
|
export * from './lib/technologies/vue';
|
|
export * from './lib/technologies/webpack';
|