-
Notifications
You must be signed in to change notification settings - Fork 7
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
Print the dependencies in plaintext tree in commander.js #35
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Anyone can help to review this please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for your contribution!
I'd appreciate if you could add "bin/**/*.ts"
to the format
script in package.json
, then run npm run format
.
Thanks!
Co-authored-by: Robi Nino <robin@jfrog.com>
Hi @RobiNino , thanks for your review and comments! i updated it. could you help to review it again? thanks. |
Thanks again @younthu ! |
Thank you very much! @RobiNino |
npm run format
for formatting the code before submitting the pull request.nuget-deps-tree [path to sln file]
, it will print dependencies in json.or
nuget-deps-tree --text [path to sln file]
, it will print dependencies in plain text as below: