angularjs-component
Advanced tools
+1
-1
| { | ||
| "name": "angularjs-component", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "simple angularjs component generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+20
-1
@@ -1,2 +0,21 @@ | ||
| # angularjs-generator | ||
| # angularjs-component | ||
| simple angularjs component generator | ||
| # angularjs folder structure | ||
| This cli work only on this type of structure | ||
| ``` | ||
| app/ | ||
| moduleName/ | ||
| components/ | ||
| componentName/ | ||
| componentName.controller.js | ||
| componentName.component.js | ||
| componentName.html | ||
| services/ | ||
| moduleName.module.js | ||
| ``` | ||
| # how to use | ||
| * install | ||
| `npm i -g angularjs-component` | ||
| * open your angularjs project and run `angularjs-component` |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
5711
7.75%22
633.33%