We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this is something that is really nice to have. Its most useful on projects that get published to npm.
You can npm repo <project-name> and it will open the repo in the browser.
npm repo <project-name>
If its not published to npm, npm repo from within the project directory works like above.
npm repo
A line would need to be added to the TODO for updating this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this is something that is really nice to have. Its most useful on projects that get published to npm.
You can
npm repo <project-name>
and it will open the repo in the browser.If its not published to npm,
npm repo
from within the project directory works like above.A line would need to be added to the TODO for updating this
The text was updated successfully, but these errors were encountered: