123 Commits

Author SHA1 Message Date
Julián Gómez Sibecas
0d50b13a25
chore(core): nx plugin submission nx-solhint (#28026)
<!-- 
_[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

## nx-solhint

<!-- 
Describe what your plugin is and what is its goal or issues it
addresses. If you don't provide a description, we will not merge your
PR.
Is it focused on a technology, tooling or behaviour? Does the plugin
provide generators, executors or graph support?
Do you know who is already using the plugin? Mention who is the author
of the plugin.
-->
2024-09-22 21:18:28 -04:00
Victor Berchet
07333a5c4d
fix(misc): fix the URL of the @naxodev/nx-cloudflare plugin (#27723)
The former URL returns a 404
2024-09-03 06:10:42 -04:00
Lucas Marcolongo
4bf53d0749
chore(core): nx plugin submission @nx-extensions/helm (#27290)
<!-- 
_[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

## @nx-extensions/helm

This Nx plugin delivers comprehensive first-class support for Helm
charts, focusing on streamlining the processes of chart generation,
packaging, and publishing. By integrating Helm with Nx, the plugin
enhances workflow automation, reduces manual steps, and ensures
consistent deployment practices across projects.

**Goal/Issues Addressed**

The primary goal of this plugin is to simplify and standardize the
management of Helm charts within the Nx ecosystem. It addresses several
issues:

Automation: Automates the creation, packaging, and deployment of Helm
charts.
Consistency: Ensures uniform practices across different projects and
teams.
Efficiency: Reduces the manual effort required for managing Helm charts.

**Focus**

The plugin is focused on tooling and behavior:

Tooling: Provides generators and executors for Helm chart management.
Behavior: Enhances the developer experience by integrating Helm
operations into the Nx workflow.

**Features**

    Generators: Create new Helm charts with standardized templates.
Executors: Package and publish Helm charts directly from the Nx
workspace.
    
**Usage**

While this plugin is newly developed, it is intended for use by
development teams who utilize Helm and Nx for their DevOps workflows.

**Author**

This plugin is authored by me
2024-08-05 08:40:17 -04:00
Craigory Coppola
c400ea3002
chore(core): nx plugin submission nx-github-pages (#27199)
<!-- 
_[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:
[x] Run some kind of automated e2e tests in your repository
[x] Include `@nx/devkit` as a `dependency` in the plugin's
`package.json`
[x] 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

## nx-github-pages

Provides an executor to publish built artifacts to github pages and a
configuration generator to set it up.

<!-- 
Describe what your plugin is and what is its goal or issues it
addresses. If you don't provide a description, we will not merge your
PR.
Is it focused on a technology, tooling or behaviour? Does the plugin
provide generators, executors or graph support?
Do you know who is already using the plugin? Mention who is the author
of the plugin.
-->
2024-07-30 07:36:22 -04:00
Ilya Zyablitsev
24cc86b96f
docs(core): update @nxext/ionic-* plugins github link (#26705)
<!-- 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
wrong link to @nxext/ionic-angular and @nxext/ionic-react plugins in
plugins registry

## Expected Behavior
correct link to @nxext/ionic-angular and @nxext/ionic-react plugins in
plugins registry

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-06-26 16:56:10 -04:00
Tycho Bokdam
e5d7805d4b
chore(core): nx plugin submissions @nx-extend/docusaurus (#26578) 2024-06-17 12:51:09 -04:00
castleadmin
e28d872bf6
chore(core): nx plugin submission nx-serverless-cdk (#21085)
<!-- 
_[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

## nx-serverless-cdk

nx-serverless-cdk is an Nx plugin for creating AWS CDK applications and
construct libraries inside an Nx monorepo.
It offers the possibility to test and debug infrastructure code and AWS
Lambda functions locally.
The plugin provides the full flexibility of the AWS CDK CLI and the
local AWS SAM CLI commands.
It aims to make the usage of these tools as easy as possible inside an
Nx monorepo.

Author: Tobias Willig
2024-05-14 16:12:55 -04:00
Jonathan Gelin
1393679932
Nx Plugin Submission @huge-nx/conventions (#23291)
HugeNx is a toolkit designed to dynamically generate and manage [Nx
workspaces](https://nx.dev/) by adhering to established workspace
conventions.


![image](https://github.com/nrwl/nx/assets/954509/5ff5153d-eae6-4d99-a9e7-0f3c21e35353)

More info: https://github.com/jogelin/huge-nx
2024-05-14 14:30:22 -04:00
Edouard Maleix
546f8806e2
chore(core): nx plugin submission @getlarge/nx-heroku (#22353) 2024-03-18 08:48:36 -04:00
DJ Stelmach
17d058857b
docs(nx-dev): nx plugin submission @dman926/nx-python-pdm (#20416)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
Co-authored-by: Miroslav Jonaš <missing.manual@gmail.com>
2024-02-08 09:56:46 +01:00
Pascal Brewing
48296b043d
docs(core): add analogjs nx plugin to approved-plugins.json (#21080)
Co-authored-by: PASCAL BREWING <pascal.brewing@mercedes-benz.com>
2024-02-05 09:26:29 -05:00
Joel Klint
ae104a8e9c
chore(core): nx plugin submission @nx-iac/aws-cdk (#20081)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2024-02-02 09:18:05 -05:00
Tycho Bokdam
fafd0a8cfc
chore(core): nx plugin submissions @nx-extend/react-email (#20854) 2024-02-02 09:09:53 -05:00
Juri Strumpflohner
df6f99a707
chore(core): list new @gnuechtel/nx-cucumber plugin (#20785)
Co-authored-by: Christian Gnüchtel <christian@gnuechtel.com>
2023-12-15 13:12:45 +00:00
KozelAnatoliy
f42f7a2f7c
chore(core): nx plugin submission @routineless/nx-aws-cdk (#20167) 2023-12-13 12:01:52 -05:00
Berend de Boer
aaa133a13f
chore(core): nx plugin submission @berenddeboer/nx-aws-cdk (#18581) 2023-10-13 09:02:08 -04:00
Simon M
e20a3d0920
chore(core): nx plugin submission @simondotm/nx-firebase (#19376) 2023-10-03 09:17:38 -04:00
František Žiačik
c352bd98e0
chore(core): nx plugin submission @ziacik/azure-func (#19304)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-10-02 15:02:55 -04:00
Nacho Vazquez
25550eefd3
chore(core): nx plugin submission nx-cloudflare (#19389)
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-10-02 14:51:39 -04:00
David Garcia
9f0e9c8881
chore(core): nx plugin submission nx-gcp-cache (#18172)
Co-authored-by: David Garcia <david.g@accointing.com>
Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2023-09-22 09:02:40 -04:00
khalilou88
e9eb10fa4b
chore(core): nx plugin submission @jnxplus/nx-maven (#19081) 2023-09-22 09:01:28 -04:00
khalilou88
f2edb2930e
chore(core): remove deprecated plugins from approved-plugins.json file (#19082) 2023-09-22 08:59:50 -04:00
Kevin Oliveira
5240f5e2a0
chore(core): nx plugin submission @koliveira15/nx-sonarqube update (#18902) 2023-09-06 16:27:56 -04:00
khalilou88
c46f9e4f97
chore(core): nx plugin submission @jnxplus/nx-gradle (#17722) 2023-09-06 16:15:21 -04:00
Dominik Pieper
7ea37e3bd1
chore(core): nx plugin submission @nxext/vue (#18789) 2023-08-23 11:58:39 -04:00
Isaac Mann
e57d42cf09
docs(core): update plugin stats (#18491) 2023-08-07 12:54:41 -04:00
Isaac Mann
f1a90bfd1c
feat(nx-dev): plugin quality indicators (#18426) 2023-08-03 17:15:05 +02:00
Berend de Boer
0f1c9d9e98
chore(misc): nx plugin submission nx-sst (#18173)
Co-authored-by: Berend de Boer <bdeboer@deloitte.co.nz>
2023-07-20 18:15:19 -04:00
Lucas Vieira
f5e52dbcbf
chore(core): nx plugin submission @nxlv/python (#17365) 2023-06-01 13:10:51 -04:00
Aaron Brewer
aa13649acb
chore(core): nx plugin submission @spaceribs/nx-betterer (#17290) 2023-05-30 10:58:44 -04:00
Banst
339ae95785
chore(core): nx plugin submission @loft-orbital/terraform (#16935) 2023-05-25 12:07:04 -04:00
Dominik Pieper
c2541ad66d
chore(core): nx plugin change (#16694) 2023-05-02 10:12:04 -04:00
khalilou88
dbeeaa4ee3
chore(core): nx plugin submission @jnxplus/nx-quarkus-maven (#16329) 2023-05-01 10:50:13 -04:00
khalilou88
7388a8ed2b
chore(core): nx plugin submission @jnxplus/nx-quarkus-gradle (#16482) 2023-04-24 15:59:03 -04:00
LironH
81e1dcd195
docs(core): nx plugin submission nx-size-limit (#16307) 2023-04-14 11:29:59 -04:00
Tine Kondo
cd04e95d02
chore(core): nx plugin submission @nxrocks/nx-ktor (#16300) 2023-04-14 10:40:09 -04:00
Dom Talbot
9690c0bb7c
chore(core): nx plugin submission nx-ngrok (#16043) 2023-04-09 10:51:37 -04:00
Damian Bielecki
40470f19a7
chore(misc): @ns3/nx-playwright community plugin submission (#16008) 2023-04-03 10:33:05 -04:00
Richard Roozenboom
19eb9efe32
chore(core): nx plugin submission @rbnx/webdriverio (#15649) 2023-03-14 11:25:11 -04:00
Alex Pshul
bb13465a09
chore(core): nx plugin submission [@nxazure/func] (#15453) 2023-03-05 16:54:32 -05:00
David Burns
2abfa72bbd
chore(core): nx plugin submission @nightwatch/nx (#13401) 2023-03-02 17:47:45 -05:00
Dom Talbot
a91d7750c2
chore(core): nx plugin submission nx-mesh (#14438) 2023-03-02 17:43:14 -05:00
Shai Reznik
00828fd615
chore(core): nx plugin submission qwik-nx (#15145) 2023-02-21 10:24:03 -05:00
Jonathan Cammisuli
4f45212303
chore(core): nx plugin submission @monodon/rust (#15094) 2023-02-17 13:39:46 -05:00
Andrew Redican
e7f065e6b3
chore(core): nx plugin submission nx-install (#14097) 2023-01-23 11:52:32 -05:00
Tine Kondo
0925c294d1
chore(core): nx plugin submission @nxrocks/nx-melos (#14301) 2023-01-12 10:04:20 -05:00
zodiac1214
c1e15a168a
chore(core): nx plugin submission @nx-golang/gin (#14083)
Co-authored-by: Di Zou <di.zou@hpe.com>
2023-01-03 11:25:13 -05:00
Tycho Bokdam
d819749e9d
chore(core): nx plugin submissions @nx-extend (#14073) 2023-01-02 16:52:57 -05:00
Ahryman40k
d3eeaba0a7
chore(core): nx plugin submission @ahryman40k/nx-vitepress (#13941)
Co-authored-by: ahryman40k <ahryman40k@protonmail.com>
2022-12-20 17:54:09 -05:00
Gustavo Perdomo
c0deca8da3
chore(core): nx plugin submission @nx-tools/nx-container (#13159) 2022-11-16 15:20:34 -05:00