feat: add init workspaces by ruyadorno · Pull Request #3095 · npm/cli (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation10 Commits2 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Add workspaces support to npm init
- Refactored
lib/exec.jsintolibnpmexec - Updates
init-package-json@2.0.3 - Added ability to create a new workspace using the
-wconfig - Added tests and docs for npm init workspaces support
- Fixes
npm execrespectingscript-shelloption value
ruyadorno changed the base branch from latest to release-next
Add workspaces support to npm init
- Fixes
npm execrespectingscript-shelloption value - Refactored
lib/exec.jsintolibnpmexec - Updates init-package-json@2.0.3
- Added ability to create a new workspace using the -w config
ruyadorno added a commit that referenced this pull request
Add workspaces support to npm init
- Fixes
npm execrespectingscript-shelloption value - Refactored
lib/exec.jsintolibnpmexec - Updates init-package-json@2.0.3
- Added ability to create a new workspace using the -w config
PR-URL: #3095 Credit: @ruyadorno Close: #3095 Reviewed-by: @wraithgar
feelepxyz added a commit to dependabot/dependabot-core that referenced this pull request