-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #44013 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information
1 parent
478fd76
commit 8867e7c
Showing
46 changed files
with
1,651 additions
and
155 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,8 @@ follows: | |
* `npm init foo` -> `npm exec create-foo` | ||
* `npm init @usr/foo` -> `npm exec @usr/create-foo` | ||
* `npm init @usr` -> `npm exec @usr/create` | ||
* `npm init @[email protected]` -> `npm exec @usr/[email protected]` | ||
* `npm init @usr/[email protected]` -> `npm exec @usr/[email protected]` | ||
|
||
If the initializer is omitted (by just calling `npm init`), init will fall | ||
back to legacy init behavior. It will ask you a bunch of questions, and | ||
|
Oops, something went wrong.