Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stats on the Nx Plugin Registry #91

Closed
isaacplmann opened this issue Aug 3, 2023 · 1 comment
Closed

Update stats on the Nx Plugin Registry #91

isaacplmann opened this issue Aug 3, 2023 · 1 comment
Assignees

Comments

@isaacplmann
Copy link

This plugin is missing the Nx version and Github Stars on the Nx Plugin Registry. To fix this, you need to publish a new version of the plugin that includes:

(1) @nx/devkit as a dependency (or peerDependency) and
(2) a repository.url that points to this repo. i.e.

{
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/web"
  }
}

Thanks,
Isaac (Nx Team)

@utarwyn
Copy link
Member

utarwyn commented Apr 3, 2024

Hello @isaacplmann!
Thank you for the feedback. I have published nx-go v3 with that addition. GitHub stars are now displayed correctly in the plugin card. But it doesn't seem to display the supported Nx versions... am I missing something?

Here is the updated package.json:

"repository": {
"type": "git",
"url": "git+https://github.com/nx-go/nx-go.git",
"directory": "packages/nx-go"
},
"bugs": {
"url": "https://github.com/nx-go/nx-go/issues"
},
"dependencies": {
"@nx/devkit": "^17.0.0 || ^18.0.0",
"tslib": "^2.3.0"
},

Screenshot:
image

@utarwyn utarwyn self-assigned this Apr 3, 2024
@utarwyn utarwyn closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants