<!-- _[Please make sure you have read the submission guidelines before posting an PR](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#submit-pr)_ # Community Plugin Submission Thanks for submitting your Nx Plugin to our community plugins list. Make sure to follow these steps to ensure that your PR is approved in a timely manner. ## Plugin Requirements Before you submit your plugin to be listed in our registry, it needs to meet the following requirements: - Run some kind of automated e2e tests in your repository - Include `@nx/devkit` as a `dependency` in the plugin's `package.json` - List a `repository.url` in the plugin's `package.json` i.e. ``` { "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", "directory": "packages/web" } } ``` Note: We reserve the right to remove unmaintained plugins from the registry. If the plugins become maintained again, they can be resubmitted to the registry. ## Steps to Submit Your Plugin - Use the following commit message template: `chore(core): nx plugin submission [PLUGIN_NAME]` - Update the `community/approved-plugins.json` file with a new entry for your plugin that includes `name`, `url`, `description`: Example: ```json // community/approved-plugins.json [{ "name": "@community/plugin", "url": "https://github.com/community/plugin", "description": "This plugin provides the following capabilities." }] ``` Once merged, your plugin will be available when running the `nx list` command, and will also be available in the Plugin Registry on [nx.dev](https://nx.dev/plugin-registry) --> # Community Plugin Submission ## @klerick/nx-angular-mf Custom builder for Angular projects designed to simplify the development and production of microfrontend applications using native esm module. The builder integrates with NX to provide seamless support for development, testing, and deployment of Angular microfrontends. ## Features - **Microfrontend Support**: Built-in support of native esm module with dynamic imports them. - **Server-Side Rendering (SSR)**: Improved SSR compatibility, including custom module loaders and import maps. - **Customizable Build Process**: Flexible options for managing dependencies and extending build configurations. - **Dev Server Enhancements**: - Incremental hydration support. - Dynamic `importmap` generation. - Automatic dependency resolution and rebuilds. - **Seamless NX Integration**: Fully compatible with NX workspace for streamlined project management.
518 lines
20 KiB
JSON
518 lines
20 KiB
JSON
[
|
|
{
|
|
"name": "@ahryman40k/nx-vitepress",
|
|
"description": "Nx plugin add vitepress project to your workspace",
|
|
"url": "https://github.com/Ahryman40k/nx-vitepress/tree/main/packages/nx-vitepress"
|
|
},
|
|
{
|
|
"name": "@klerick/nx-angular-mf",
|
|
"description": "Custom Angular Builder for Microfrontend Architecture",
|
|
"url": "https://github.com/klerick/nx-angular-mf"
|
|
},
|
|
{
|
|
"name": "@nightwatch/nx",
|
|
"description": "The NightwatchJS plugin allows your workspace to use the power of NightwatchJS for E2E and Component Testing on Desktop and Mobile",
|
|
"url": "https://github.com/nightwatchjs/nightwatch-plugin-nx/"
|
|
},
|
|
{
|
|
"name": "@nxkit/playwright",
|
|
"description": "The Playwright plugin allows your workspace to use the power of Playwright end-to-end testing",
|
|
"url": "https://github.com/nxkit/nxkit"
|
|
},
|
|
{
|
|
"name": "qwik-nx",
|
|
"description": "Get first class support for Qwik inside of Nx monorepos with Qwik optimized custom executors, generators and a vite plugin",
|
|
"url": "https://github.com/qwikifiers/qwik-nx"
|
|
},
|
|
{
|
|
"name": "@nxkit/style-dictionary",
|
|
"description": "Nx plugin to generate and build Style Dictionary projects inside your Nx workspace",
|
|
"url": "https://github.com/nxkit/nxkit"
|
|
},
|
|
{
|
|
"name": "nx-plugin-vite",
|
|
"description": "Nx plugin integrations with Vite.",
|
|
"url": "https://nx-plugins.netlify.app/"
|
|
},
|
|
{
|
|
"name": "nx-serverless-cdk",
|
|
"description": "Create CDK applications and construct libraries. Test and debug infrastructure code and AWS Lambda functions locally.",
|
|
"url": "https://github.com/castleadmin/nx-plugins/tree/main/nx-serverless-cdk/plugin"
|
|
},
|
|
{
|
|
"name": "@ago-dev/nx-aws-cdk-v2",
|
|
"description": "An nx plugin for the aws-cdk v2.",
|
|
"url": "https://github.com/adrian-goe/nx-aws-cdk-v2"
|
|
},
|
|
{
|
|
"name": "@berenddeboer/nx-aws-cdk",
|
|
"description": "Nx plugin to generate a CDK stack with support for the vitest runner. Supports all CDK commands.",
|
|
"url": "https://github.com/berenddeboer/nx-plugins/tree/main/packages/nx-aws-cdk"
|
|
},
|
|
{
|
|
"name": "@nx-iac/aws-cdk",
|
|
"description": "Empowers your Nx workspace with AWS CDK capabilities ⚡",
|
|
"url": "https://github.com/joelklint/nx-aws-cdk"
|
|
},
|
|
{
|
|
"name": "@routineless/nx-aws-cdk",
|
|
"description": "Nx plugin to generate and manage aws cdk app and lambdas.",
|
|
"url": "https://github.com/KozelAnatoliy/routineless/tree/main/packages/nx-aws-cdk"
|
|
},
|
|
{
|
|
"name": "@berenddeboer/nx-sst",
|
|
"description": "Nx plugin to generate an SST stack and execute all SST commands.",
|
|
"url": "https://github.com/berenddeboer/nx-plugins/tree/main/packages/nx-sst"
|
|
},
|
|
{
|
|
"name": "@rxap/plugin-localazy",
|
|
"description": "An Nx plugin for localazy.com upload and download tasks.",
|
|
"url": "https://gitlab.com/rxap/plugins/-/tree/master/libs/localazy"
|
|
},
|
|
{
|
|
"name": "nx-electron",
|
|
"description": "An Nx plugin for developing Electron applications",
|
|
"url": "https://github.com/bennymeg/nx-electron"
|
|
},
|
|
{
|
|
"name": "nx-stylelint",
|
|
"description": "Nx plugin to use stylelint in a nx workspace",
|
|
"url": "https://github.com/Phillip9587/nx-stylelint"
|
|
},
|
|
{
|
|
"name": "@nxext/ionic-react",
|
|
"description": "An Nx plugin for developing Ionic React applications and libraries",
|
|
"url": "https://github.com/nxext/nx-extensions-ionic/tree/main/packages/ionic-react"
|
|
},
|
|
{
|
|
"name": "@nxext/ionic-angular",
|
|
"description": "An Nx plugin for developing Ionic Angular applications and libraries",
|
|
"url": "https://github.com/nxext/nx-extensions-ionic/tree/main/packages/ionic-angular"
|
|
},
|
|
{
|
|
"name": "@nxext/capacitor",
|
|
"description": "An Nx plugin for developing cross-platform applications using Capacitor",
|
|
"url": "https://github.com/nxext/nx-extensions/tree/main/packages/capacitor"
|
|
},
|
|
{
|
|
"name": "@angular-architects/ddd",
|
|
"description": "Nx plugin for structuring a monorepo with domains and layers",
|
|
"url": "https://github.com/angular-architects/nx-ddd-plugin"
|
|
},
|
|
{
|
|
"name": "@flowaccount/nx-serverless",
|
|
"description": "Nx plugin for node/angular-universal schematics and deployment builders in an Nx workspace",
|
|
"url": "https://github.com/flowaccount/nx-plugins"
|
|
},
|
|
{
|
|
"name": "@ns3/nx-serverless",
|
|
"description": "Nx plugin for node serverless applications in an Nx workspace",
|
|
"url": "https://github.com/Bielik20/nx-plugins/tree/master/packages/nx-serverless"
|
|
},
|
|
{
|
|
"name": "@ns3/nx-jest-playwright",
|
|
"description": "Nx plugin to run jest-playwright e2e tests in an Nx workspace",
|
|
"url": "https://github.com/Bielik20/nx-plugins/tree/master/packages/nx-jest-playwright"
|
|
},
|
|
{
|
|
"name": "@ns3/nx-playwright",
|
|
"description": "Nx plugin to run playwright e2e tests in an Nx workspace",
|
|
"url": "https://github.com/Bielik20/nx-plugins/tree/master/packages/nx-playwright"
|
|
},
|
|
{
|
|
"name": "@nx-plus/nuxt",
|
|
"description": "Nx plugin adding first class support for Nuxt in your Nx workspace.",
|
|
"url": "https://github.com/ZachJW34/nx-plus/tree/master/libs/nuxt"
|
|
},
|
|
{
|
|
"name": "@nx-plus/vue",
|
|
"description": "Nx plugin adding first class support for Vue in your Nx workspace.",
|
|
"url": "https://github.com/ZachJW34/nx-plus/tree/master/libs/vue"
|
|
},
|
|
{
|
|
"name": "@nx-plus/docusaurus",
|
|
"description": "Nx plugin adding first class support for Docusaurus in your Nx workspace.",
|
|
"url": "https://github.com/ZachJW34/nx-plus/tree/master/libs/docusaurus"
|
|
},
|
|
{
|
|
"name": "@twittwer/compodoc",
|
|
"description": "Nx Plugin to integrate the generation of documentation with Compodoc in the Nx workflow",
|
|
"url": "https://github.com/twittwer/nx-tools/tree/master/libs/compodoc#readme"
|
|
},
|
|
{
|
|
"name": "@enio.ai/nx-install",
|
|
"description": "nx-install is a plugin for Nx workspaces to quickly setup custom install commands via npm.",
|
|
"url": "https://github.com/enio-ireland/enio/tree/develop/packages/nx-install#readme"
|
|
},
|
|
{
|
|
"name": "@enio.ai/typedoc",
|
|
"description": "typedoc is a plugin for Nx workspaces to quickly setup documentation automation on your projects using typedoc.",
|
|
"url": "https://github.com/enio-ireland/enio/tree/develop/packages/typedoc#readme"
|
|
},
|
|
{
|
|
"name": "@nxext/svelte",
|
|
"description": "Nx plugin to use Svelte within nx workspaces",
|
|
"url": "https://github.com/nxext/nx-extensions/tree/master/packages/svelte"
|
|
},
|
|
{
|
|
"name": "@nxext/stencil",
|
|
"description": "Nx plugin to use StencilJs within nx workspaces",
|
|
"url": "https://github.com/nxext/nx-extensions/tree/master/packages/stencil"
|
|
},
|
|
{
|
|
"name": "@nxext/vue",
|
|
"description": "Nx plugin to use VueJS 3 within nx workspaces",
|
|
"url": "https://github.com/nxext/nx-extensions/tree/master/packages/vue"
|
|
},
|
|
{
|
|
"name": "@nxext/solid",
|
|
"description": "Nx plugin to use SolidJS within nx workspaces",
|
|
"url": "https://github.com/nxext/nx-extensions/tree/master/packages/solid"
|
|
},
|
|
{
|
|
"name": "@nx-go/nx-go",
|
|
"description": "Nx plugin to use Go in a Nx workspace",
|
|
"url": "https://github.com/nx-go/nx-go"
|
|
},
|
|
{
|
|
"name": "@nx-golang/gin",
|
|
"description": "Nx plugin to use Go-Gin in a Nx workspace",
|
|
"url": "https://github.com/nx-golang/nx-golang"
|
|
},
|
|
{
|
|
"name": "@angular-architects/module-federation",
|
|
"description": "Nx plugin to use webpack module federation",
|
|
"url": "https://github.com/angular-architects/module-federation-plugin"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-spring-boot",
|
|
"description": "Nx plugin to generate, run, package, build (and more) Spring Boot projects inside your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-spring-boot"
|
|
},
|
|
{
|
|
"name": "@trumbitta/nx-plugin-openapi",
|
|
"description": "OpenAPI Plugin for Nx. Keep your API spec files in libs, and auto-generate sources.",
|
|
"url": "https://github.com/trumbitta/nx-trumbitta/tree/main/packages/nx-plugin-openapi"
|
|
},
|
|
{
|
|
"name": "@trumbitta/nx-plugin-unused-deps",
|
|
"description": "Check the dependency graph of your monorepo, looking for unused NPM packages.",
|
|
"url": "https://github.com/trumbitta/nx-trumbitta/tree/main/packages/nx-plugin-unused-deps"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-flutter",
|
|
"description": "Nx Plugin adding first class support for Flutter in your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-flutter"
|
|
},
|
|
{
|
|
"name": "@srleecode/domain",
|
|
"description": "Nx Plugin for allowing operations to occur at the domain level instead of the default library level",
|
|
"url": "https://github.com/srlee309/domain"
|
|
},
|
|
{
|
|
"name": "@jscutlery/semver",
|
|
"description": "Nx plugin to automate semantic versioning and CHANGELOG generation.",
|
|
"url": "https://github.com/jscutlery/semver"
|
|
},
|
|
{
|
|
"name": "ngx-deploy-npm",
|
|
"description": "Publish your libraries to NPM with just one command.",
|
|
"url": "https://github.com/bikecoders/ngx-deploy-npm"
|
|
},
|
|
{
|
|
"name": "@nx-dotnet/core",
|
|
"description": "Nx plugin for developing and housing .NET projects within an Nx workspace.",
|
|
"url": "https://github.com/nx-dotnet/nx-dotnet"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-quarkus",
|
|
"description": "Nx plugin to generate, run, package, build (and more) Quarkus projects inside your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-quarkus"
|
|
},
|
|
{
|
|
"name": "@nx-extend/gcp-secrets",
|
|
"description": "Nx plugin to generate and securely deploy your Google Cloud Secrets",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/gcp-secrets"
|
|
},
|
|
{
|
|
"name": "@nx-extend/gcp-storage",
|
|
"description": "Nx plugin to upload to Google Cloud Storage",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/gcp-storage"
|
|
},
|
|
{
|
|
"name": "@nx-extend/gcp-functions",
|
|
"description": "Nx plugin to generate, run, build and deploy your Google Cloud Functions",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/gcp-functions"
|
|
},
|
|
{
|
|
"name": "@nx-extend/gcp-deployment-manager",
|
|
"description": "Nx plugin to deploy your Google Cloud Deployments",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/gcp-deployment-manager"
|
|
},
|
|
{
|
|
"name": "@nx-extend/gcp-cloud-run",
|
|
"description": "Nx plugin to build and deploy your docker container to Google Cloud Run",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/gcp-cloud-run"
|
|
},
|
|
{
|
|
"name": "@nx-extend/translations",
|
|
"description": "Nx plugin to extract, pull, push and translate your apps translations",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/translations"
|
|
},
|
|
{
|
|
"name": "@nx-extend/firebase-hosting",
|
|
"description": "Nx plugin to deploy your apps to Firebase hosting",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/firebase-hosting"
|
|
},
|
|
{
|
|
"name": "@nx-extend/e2e-runner",
|
|
"description": "Nx plugin that can start your API before running Cypress/Playwright",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/e2e-runner"
|
|
},
|
|
{
|
|
"name": "@nx-extend/vercel",
|
|
"description": "Nx plugin to deploy your apps to Vercel",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/vercel"
|
|
},
|
|
{
|
|
"name": "@nx-extend/strapi",
|
|
"description": "Nx plugin for developing Strapi applications",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/strapi"
|
|
},
|
|
{
|
|
"name": "@nx-extend/playwright",
|
|
"description": "Nx plugin to run playwright e2e tests in an Nx workspace",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/playwright"
|
|
},
|
|
{
|
|
"name": "@nx-extend/terraform",
|
|
"description": "Nx plugin for deploying your resources with Terraform",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/terraform"
|
|
},
|
|
{
|
|
"name": "@nx-extend/pulumi",
|
|
"description": "Nx plugin for deploying your resources with Pulumi",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/pulumi"
|
|
},
|
|
{
|
|
"name": "@nx-extend/react-email",
|
|
"description": "Nx plugin for developing email templates with react.email",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/react-email"
|
|
},
|
|
{
|
|
"name": "@nx-extend/shadcn-ui",
|
|
"description": "Nx plugin for working with shadcn/ui",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/shadcn-ui"
|
|
},
|
|
{
|
|
"name": "@nx-extend/docusaurus",
|
|
"description": "Nx plugin adding first class support for Docusaurus in your Nx workspace.",
|
|
"url": "https://github.com/tripss/nx-extend/tree/master/packages/docusaurus"
|
|
},
|
|
{
|
|
"name": "@nativescript/nx",
|
|
"description": "Nx Plugin adding first class support for NativeScript in your Nx workspace",
|
|
"url": "https://github.com/nativescript/nx"
|
|
},
|
|
{
|
|
"name": "@nxtensions/astro",
|
|
"description": "Nx plugin adding first class support for Astro (https://astro.build).",
|
|
"url": "https://github.com/nxtensions/nxtensions/tree/main/packages/astro"
|
|
},
|
|
{
|
|
"name": "@nxrs/cargo",
|
|
"description": "Nx plugin adding first-class support for Rust applications and libraries.",
|
|
"url": "https://github.com/nxrs/cargo/tree/main/packages/cargo"
|
|
},
|
|
{
|
|
"name": "nx-uvu",
|
|
"description": "An nx executor for the uvu test library",
|
|
"url": "https://github.com/jmcdo29/nx-uvu"
|
|
},
|
|
{
|
|
"name": "@ndrsg/nx-http",
|
|
"description": "Plugin with executors, which can perform http-stuff (e.g. requests, webhooks, file up/downloads, ...)",
|
|
"url": "https://github.com/ndrsg/nx-ext/tree/main/packages/nx-http"
|
|
},
|
|
{
|
|
"name": "@diogovcs/graphql-mesh",
|
|
"description": "Nx plugin to add GraphQL Mesh integration to Nx Workspace.",
|
|
"url": "https://github.com/DiogoVCS/nx-workspace-plugins"
|
|
},
|
|
{
|
|
"name": "@computas/nx-yarn",
|
|
"description": "A plugin to help make nx with yarn a pleasant experience.",
|
|
"url": "https://github.com/computas/nx-yarn"
|
|
},
|
|
{
|
|
"name": "@theunderscorer/nx-semantic-release",
|
|
"description": "Nx plugin for automated releases using semantic-release.",
|
|
"url": "https://github.com/TheUnderScorer/nx-semantic-release"
|
|
},
|
|
{
|
|
"name": "nx-pwm",
|
|
"description": "Nx plugin and CLI to help maintain packages, inspired by NX repo tooling",
|
|
"url": "https://github.com/gioragutt/nx-pwm"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-micronaut",
|
|
"description": "Nx plugin to generate, run, package, build (and more) Micronaut projects inside your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-micronaut"
|
|
},
|
|
{
|
|
"name": "@koliveira15/nx-sonarqube",
|
|
"description": "Nx plugin that scans projects using SonarQube / SonarCloud.",
|
|
"url": "https://github.com/koliveira15/nx-sonarqube"
|
|
},
|
|
{
|
|
"name": "@mands/nx-playwright",
|
|
"description": "The Playwright plugin allows your workspace to use the power of Playwright end-to-end testing using a native runner.",
|
|
"url": "https://github.com/marksandspencer/nx-plugins/tree/main/packages/nx-playwright"
|
|
},
|
|
{
|
|
"name": "@diogovcs/stryker-mutator",
|
|
"description": "Nx plugin to add Stryker Mutator mutation tests to the Nx Workspace.",
|
|
"url": "https://github.com/DiogoVCS/nx-workspace-plugins"
|
|
},
|
|
{
|
|
"name": "@spaceribs/nx-web-ext",
|
|
"description": "Nx plugin that allows you to build, test and deploy web extensions.",
|
|
"url": "https://github.com/spaceribs/spaceribs/tree/main/packages/nx-web-ext"
|
|
},
|
|
{
|
|
"name": "@spaceribs/nx-betterer",
|
|
"description": "Nx plugin that applies betterer standards on a per-project basis.",
|
|
"url": "https://github.com/spaceribs/spaceribs/tree/main/packages/nx-betterer"
|
|
},
|
|
{
|
|
"name": "@nx-extensions/helm",
|
|
"description": "Nx plugin providing comprehensive support for Helm charts, including generation, packaging, and publishing capabilities.",
|
|
"url": "https://github.com/marcolongol/nx-extensions/tree/main/packages/helm"
|
|
},
|
|
{
|
|
"name": "@nx-tools/nx-container",
|
|
"description": "Nx plugin to build OCI containers with Docker, Podman or Kaniko.",
|
|
"url": "https://github.com/gperdomor/nx-tools/tree/main/plugins/nx-container"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-melos",
|
|
"description": "Nx plugin adding first class support for Melos in your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-melos"
|
|
},
|
|
{
|
|
"name": "@monodon/rust",
|
|
"description": "Adds Cargo and Rust support",
|
|
"url": "https://github.com/cammisuli/monodon/tree/main/packages/rust"
|
|
},
|
|
{
|
|
"name": "nx-mesh",
|
|
"description": "GraphQL Mesh support for Nx",
|
|
"url": "https://github.com/domjtalbot/nx-mesh"
|
|
},
|
|
{
|
|
"name": "@nxazure/func",
|
|
"description": "Nx plugin to add Azure Functions support to Nx Workspace.",
|
|
"url": "https://github.com/AlexPshul/nxazure/tree/master/packages/func"
|
|
},
|
|
{
|
|
"name": "@rbnx/webdriverio",
|
|
"description": "A Nx plugin that adds the WebdriverIO testing framework to a NX workspace.",
|
|
"url": "https://github.com/Roozenboom/rbnx/tree/main/packages/webdriverio"
|
|
},
|
|
{
|
|
"name": "nx-ngrok",
|
|
"description": "Ngrok support for Nx",
|
|
"url": "https://github.com/domjtalbot/nx-ngrok"
|
|
},
|
|
{
|
|
"name": "@nxrocks/nx-ktor",
|
|
"description": "Nx plugin to generate, run, package, build (and more) Ktor projects inside your Nx workspace",
|
|
"url": "https://github.com/tinesoft/nxrocks/tree/master/packages/nx-ktor"
|
|
},
|
|
{
|
|
"name": "nx-size-limit",
|
|
"description": "Adds size-limit support for Nx (performance budget tool for JavaScript)",
|
|
"url": "https://github.com/LironHazan/nx-size-limit"
|
|
},
|
|
{
|
|
"name": "@loft-orbital/terraform",
|
|
"description": "Terraform executors and generators",
|
|
"url": "https://github.com/loft-orbital/nx-plugins/tree/main/packages/terraform"
|
|
},
|
|
{
|
|
"name": "@nxlv/python",
|
|
"description": "Nx plugin designed to extend the Nx features to work with Python projects based on Poetry.",
|
|
"url": "https://github.com/lucasvieirasilva/nx-plugins/tree/main/packages/nx-python"
|
|
},
|
|
{
|
|
"name": "nx-gcp-cache",
|
|
"description": "Nx plugin to use Google Cloud Storage as distributed remote cache",
|
|
"url": "https://github.com/davidgarciab/nx-gcp-cache"
|
|
},
|
|
{
|
|
"name": "@jnxplus/nx-gradle",
|
|
"description": "Nx plugin to add Gradle multi-project builds support to Nx workspace",
|
|
"url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-gradle"
|
|
},
|
|
{
|
|
"name": "@jnxplus/nx-maven",
|
|
"description": "Nx plugin to add Maven multi-module project support to Nx workspace",
|
|
"url": "https://github.com/khalilou88/jnxplus/tree/main/packages/nx-maven"
|
|
},
|
|
{
|
|
"name": "@naxodev/nx-cloudflare",
|
|
"description": "Nx plugin for Cloudflare, in particular Cloudflare workers. It allows to generate build and run Cloudflare workers in your Nx workspace.",
|
|
"url": "https://github.com/naxodev/oss/tree/main/packages/nx-cloudflare"
|
|
},
|
|
{
|
|
"name": "@ziacik/azure-func",
|
|
"description": "Generating, serving and publishing Azure Functions 4 apps.",
|
|
"url": "https://github.com/ziacik/nx-tools/tree/master/packages/azure-func"
|
|
},
|
|
{
|
|
"name": "@simondotm/nx-firebase",
|
|
"description": "Nx plugin to support Firebase Apps and Cloud Functions in Nx workspaces",
|
|
"url": "https://github.com/simondotm/nx-firebase"
|
|
},
|
|
{
|
|
"name": "@dman926/nx-python-pdm",
|
|
"description": "Use Python in NX workspaces with PDM",
|
|
"url": "https://github.com/dman926/nx-python-pdm"
|
|
},
|
|
{
|
|
"name": "@gnuechtel/nx-cucumber",
|
|
"description": "Plugin to use Cucumber within Nx workspaces",
|
|
"url": "https://gitlab.com/gnuechtel/open-source/-/tree/main/libs/nx-cucumber"
|
|
},
|
|
{
|
|
"name": "@analogjs/platform",
|
|
"description": "Official plugin to add Analog to your Nx monorepo.",
|
|
"url": "https://analogjs.org/docs/integrations/nx"
|
|
},
|
|
{
|
|
"name": "@getlarge/nx-heroku",
|
|
"description": "Plugin to deploy and promote Nx apps on Heroku",
|
|
"url": "https://github.com/getlarge/nx-heroku"
|
|
},
|
|
{
|
|
"name": "@huge-nx/conventions",
|
|
"description": "Plugin to generate and manage Nx workspaces by adhering to established workspace conventions.",
|
|
"url": "https://github.com/jogelin/huge-nx"
|
|
},
|
|
{
|
|
"name": "nx-github-pages",
|
|
"description": "A small Nx plugin to make deploying static projects to GitHub Pages easy.",
|
|
"url": "https://github.com/agentender/nx-github-pages"
|
|
},
|
|
{
|
|
"name": "nx-solhint",
|
|
"description": "Solhint generators and inferred tasks for Nx",
|
|
"url": "https://github.com/juliangsibecas/nx-solhint"
|
|
},
|
|
{
|
|
"name": "nx-foundry",
|
|
"description": "Foundry generators and inferred tasks for Nx",
|
|
"url": "https://github.com/juliangsibecas/nx-foundry"
|
|
}
|
|
]
|