Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-speedy

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-speedy - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc