-
-
Couldn't load subscription status.
- Fork 197
Create project command #5
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
Conversation
lib/bootstrap.ts
Outdated
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.
just call it npm
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.
I tried it but the module that is in package.json is also named npm :)
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.
That shouldn't be a problem, I think. The package is resolved using require('npm') and our class is resolved using yok, so there shouldn't be a collision.
|
@tailsu I addressed all your comments. I suggest to extract common blocks in another PR. Agree? |
|
Better do it now as we keep postponing these clean-ups and it slows us down in the long term. |
1 similar comment
lib/options.ts
Outdated
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.
use osenv.home() here
|
👍 |
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.
We are missing some %ses here.
|
goot catch :) I'll fix it. |
…ys-info Add more methods to sys info
No description provided.