create-speedy
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "create-speedy", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "An easy way to create a Speedy project", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
}, | ||
"readme": "# create-speedy\n\n> An easy way to create a Speedy project\n\nCreate based on prompts:\n\n```bash\nnpm init speedy\n\nyarn create speedy\n\npnpm init speedy\n```\n\nCreate based on template:\n\n```bash\nnpm init speedy --template cra\n```\n\nAvailable templates:\n\n- antd-example\n- counter-app\n- library-example\n- vue2-example\n- vue3-example\n\nOptions:\n\n- `--template`, `-t`: supply template name\n- `--force`, `-f`: force overwrite existed folder\n" | ||
"readme": "# create-speedy\n\n> An easy way to create a Speedy project\n\nCreate based on prompts:\n\n```bash\nnpm init speedy@latest\n\nyarn create speedy@latest\n\npnpm init speedy@latest\n```\n\nCreate based on template:\n\n```bash\nnpm init speedy@latest --template cra\n```\n\nAvailable templates:\n\n- antd-example\n- counter-app\n- library-example\n- vue2-example\n- vue3-example\n\nOptions:\n\n- `--template`, `-t`: supply template name\n- `--force`, `-f`: force overwrite existed folder\n" | ||
} |
@@ -8,7 +8,7 @@ # create-speedy | ||
```bash | ||
npm init speedy | ||
npm init speedy@latest | ||
yarn create speedy | ||
yarn create speedy@latest | ||
pnpm init speedy | ||
pnpm init speedy@latest | ||
``` | ||
@@ -19,3 +19,3 @@ | ||
```bash | ||
npm init speedy --template cra | ||
npm init speedy@latest --template cra | ||
``` | ||
@@ -22,0 +22,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218348