@pagopa/dx-cli 0.21.4 → 0.21.5
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/package.json
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extraKnownMarketplaces": {
|
|
3
|
+
"pagopa-dx": {
|
|
4
|
+
"source": {
|
|
5
|
+
"source": "github",
|
|
6
|
+
"repo": "pagopa/dx"
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"enabledPlugins": {
|
|
11
|
+
"terraform@pagopa-dx": true,
|
|
12
|
+
"azure@pagopa-dx": true,
|
|
13
|
+
"project-management@pagopa-dx": true,
|
|
14
|
+
"standards@pagopa-dx": true,
|
|
15
|
+
"typescript@pagopa-dx": true
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -59,6 +59,16 @@ pnpm install
|
|
|
59
59
|
pnpm nx run-many -t build
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
### GitHub Copilot plugins
|
|
63
|
+
|
|
64
|
+
This repository includes `.github/copilot/settings.json` with the
|
|
65
|
+
recommended PagoPA DX marketplace and plugin suggestions for GitHub Copilot.
|
|
66
|
+
|
|
67
|
+
Keep the file committed to avoid per-developer setup drift. If your team does
|
|
68
|
+
not use some of the suggested plugins, edit the related flags in that file.
|
|
69
|
+
See the DX documentation for details:
|
|
70
|
+
https://dx.pagopa.it/docs/coding-with-ai/plugin-marketplace
|
|
71
|
+
|
|
62
72
|
## Useful commands
|
|
63
73
|
|
|
64
74
|
This project uses `pnpm` and `nx` with workspaces to manage projects and dependencies. Here is a list of useful commands to work in this repo.
|