@codingnexus/angular-structure-generator
Version:
A tool to generate Angular modules, components, services, and routing from a JSON structure.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "@codingnexus/angular-structure-generator",
"version": "1.2.1",
"description": "A tool to generate Angular modules, components, services, and routing from a JSON structure.",
"main": "src/cli.js",
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/cli.js"
},
"keywords": [
"angular",
"structure-generator",
"modules",
"components",
"services",
"cli",
"automation"
],
"files": [
"src",
"README.md"
],
"author": "Tony Hensler (Coding Nexus)",
"license": "ISC",
"bin": {
"angular-structure-generator": "src/cli.js"
},
"devDependencies": {
"@angular/cli": "^19.0.2"
},
"repository": {
"type": "git",
"url": "git@github.com:webnexus-uk/angular-structure-generator.git"
},
"bugs": {
"url": "https://github.com/webnexus-uk/angular-structure-generator/issues"
},
"homepage": "https://github.com/webnexus-uk/angular-structure-generator#readme"
}