create-qwik
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
129703
0
32
1691
0
33
1
7