We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729ac83 commit eddb4d4Copy full SHA for eddb4d4
README.md
@@ -23,14 +23,11 @@ No authentication or API keys required!
23
## CLI
24
25
```bash
26
-# install globally
27
-npm install -g stackblitz-zip
28
-
29
# download a project
30
-stackblitz-download https://stackblitz.com/edit/nuxt-starter-k7spa3r4
+npx stackblitz-zip https://stackblitz.com/edit/nuxt-starter-k7spa3r4
31
32
# specify output path
33
-stackblitz-download https://stackblitz.com/edit/nuxt-starter-k7spa3r4 my-project.zip
+npx stackblitz-zip https://stackblitz.com/edit/nuxt-starter-k7spa3r4 my-project.zip
34
```
35
36
## Programmatic Usage
0 commit comments