create-evergreen-app
Advanced tools
Comparing version
{ | ||
"name": "create-evergreen-app", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Create an evergreen web application with no build configuration", | ||
@@ -17,2 +17,5 @@ "license": "MIT", | ||
], | ||
"bin": { | ||
"create-evergreen-app": "./tasks/cea-install.js" | ||
}, | ||
"scripts": { | ||
@@ -22,3 +25,3 @@ "build": "rimraf ./public && webpack --config ./webpack.config.prod.js --progress", | ||
"gh-pages": "rimraf ./docs && npm run build && cp -rv ./public/ ./docs", | ||
"lint": "eslint *.js src/**/**/*.js", | ||
"lint": "eslint *.js src/**/**/*.js tasks/*.js", | ||
"serve": "npm run build && ws", | ||
@@ -25,0 +28,0 @@ "start": "npm run develop", |
@@ -42,3 +42,3 @@ # create-evergreen-app | ||
```shell | ||
# 1) clone the repo | ||
# 1) create a new evergreen app | ||
$ npx create-evergreen-app my-app | ||
@@ -75,2 +75,2 @@ $ cd my-app | ||
#### CSS + Shadow DOM | ||
// TODO | ||
// TODO |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
1112243
0.11%23
4.55%207
11.29%74
-1.33%1
Infinity%