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

create-qwik

Package Overview
Dependencies
Maintainers
4
Versions
294
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-qwik - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

starters/apps/starter-builder/package.json

42

package.json
{
"name": "create-qwik",
"version": "0.0.1",
"description": "Simple interactive CLI for generating Qwik projects.",
"version": "0.0.2",
"description": "Interactive CLI for generating Qwik projects.",
"bin": {
"create-qwik": "index.js"
},
"main": "index.js",
"files": [
"index.js"
"starters"
],
"bin": {
"create-qwik": "index.js"
},
"scripts": {
"start": "node index.js",
"build": "rollup -c",
"dev": "rollup -c -w --configDev",
"version": "npm build",
"release": "np --no-2fa "
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"np": "^7.5.0",
"prettier": "^2.3.2",
"rollup": "^2.52.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.3.4"
},
"author": "Builder.io Team",

@@ -33,8 +16,17 @@ "license": "MIT",

"qwik",
"generator"
"generator",
"builder.io"
],
"homepage": "https://github.com/BuilderIO/qwik#readme",
"repository": {
"type": "git",
"url": "https://github.com/BuilderIO/qwik.git"
},
"bugs": {
"url": "https://github.com/BuilderIO/qwik/issues"
},
"engines": {
"node": ">=10.10.0",
"node": ">=10",
"npm": ">=6.0.0"
}
}
# Create Qwik
> 🚨 Work In Progress
## Interactive mode
Simple interactive CLI for generating Qwik projects.
```
npm init qwik
```
## Usage
## Command mode
```
npx init qwik
npm init qwik <starter> <projectName>
```
## License
#### Example:
- MIT
```
npm init qwik hello-world my-app
```
## Community
- Ping us at [@QwikDev](https://twitter.com/QwikDev)
- Join our [Discord](https://discord.gg/JHVpZmqSs4) community.
- Join our [weekly office hours](https://calendar.google.com/calendar/u/0?cid=Y180ZG91YjR2NTZ1cW43YmgzbW1oZGJ2M3R2c0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t)
## Related
- [Qwik](https://github.com/BuilderIO/qwik)
- [Mitosis](https://github.com/BuilderIO/mitosis)
- [Partytown](https://github.com/BuilderIO/qwik)
- [Builder.io](https://github.com/BuilderIO/)

Sorry, the diff of this file is too big to display

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