create-stencil
Advanced tools
Comparing version
{ | ||
"name": "create-stencil", | ||
"version": "1.2.3", | ||
"description": "Helps create a new stencil application", | ||
"main": "dist/createStencilApp.js", | ||
"version": "1.3.0", | ||
"description": "Quickly create a new stencil application: npm init stencil", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"start": "node dist/createStencilApp.js", | ||
"start": "node dist/index.js", | ||
"build.tsc": "tsc", | ||
"build.bundle": "rollup -c", | ||
"minify": "uglifyjs --compress --mangle --output dist/createStencilApp.js -- dist/createStencilApp.js", | ||
"minify": "uglifyjs --compress --mangle --output dist/index.js -- dist/index.js", | ||
"build": "npm run build.tsc && npm run build.bundle && npm run minify", | ||
@@ -16,6 +16,6 @@ "version": "npm build", | ||
"files": [ | ||
"dist/createStencilApp.js" | ||
"dist/index.js" | ||
], | ||
"bin": { | ||
"create-stencil": "dist/createStencilApp.js" | ||
"create-stencil": "dist/index.js" | ||
}, | ||
@@ -35,3 +35,11 @@ "devDependencies": { | ||
"author": "Ionic Team & William M. Riley", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"keywords": [ | ||
"stencil", | ||
"stenciljs", | ||
"web components", | ||
"pwa", | ||
"progress web app", | ||
"ionic" | ||
] | ||
} |
@@ -30,7 +30,8 @@ # Create Stencil: | ||
## Developing locally | ||
If you want to add features, check this repo out, open terminal, and go to the directory, then: | ||
If you want to add features, clone this repo, open terminal, then: | ||
```bash | ||
npm run build | ||
npx ./dist/createStencilApp.js | ||
npx ./dist/index.js | ||
``` | ||
@@ -41,6 +42,4 @@ | ||
## Licence: MIT | ||
## Citations | ||
## Citations | ||
Created by William M. Riley: | ||
@@ -53,6 +52,10 @@ * [Twitter](https://twitter.com/splitinfinities) | ||
- [Stencil Documentation](https://stenciljs.com/) | ||
- [Stencil Worldwide Slack](https://stencil-worldwide.slack.com) | ||
- [Ionic](https://ionicframework.com/) | ||
- [Ionic Worldwide Slack](http://ionicworldwide.herokuapp.com/) | ||
- [Ionicons](http://ionicons.com/) | ||
* [Stencil Documentation](https://stenciljs.com/) | ||
* [Stencil Worldwide Slack](https://stencil-worldwide.slack.com) | ||
* [Ionic](https://ionicframework.com/) | ||
* [Ionic Worldwide Slack](http://ionicworldwide.herokuapp.com/) | ||
* [Ionicons](http://ionicons.com/) | ||
## License | ||
* MIT |
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
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
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
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
27535
7.07%59
5.36%