From 1393679932ecfbe71a2e4401829baaaae09ad9eb Mon Sep 17 00:00:00 2001 From: Jonathan Gelin Date: Tue, 14 May 2024 20:30:22 +0200 Subject: [PATCH] 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 --- community/approved-plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 3dca87309f..2b0d445eab 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -473,5 +473,10 @@ "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" } ]