Beginning Yeoman generator generator. Currently creates templates in as patches vs a common set of files.

This commit is contained in:
SteveSandersonMS
2016-04-28 14:28:34 +01:00
parent 5534f1bd54
commit 1830c20212
16 changed files with 22301 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "generator-aspnetspa-generator",
"version": "1.0.0",
"description": "Creates the Yeoman generator for ASP.NET Core SPA templates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && node ./built/CreateGenerator.js"
},
"author": "Microsoft",
"license": "Apache-2.0",
"dependencies": {
"diff": "^2.2.2",
"gitignore-parser": "0.0.2",
"glob": "^7.0.3",
"lodash": "^4.11.1",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.2"
}
}