mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
d17f4590a2
This commit adds support for `deno init --npm <package>`. Running this will actually call to `npm:create-<package>` package that is equivalent to running `npm create <package>`. User will be prompted if they want to allow all permissions and lifecycle scripts to be executed. Closes https://github.com/denoland/deno/issues/26461 --------- Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: crowlkats <crowlkats@toaxl.com> Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
6 lines
103 B
Text
6 lines
103 B
Text
{
|
|
"tempDir": true,
|
|
"args": "init --npm vite my-project",
|
|
"output": "init.out",
|
|
"exitCode": 1
|
|
}
|