Basically working Yeoman template generator generator

This commit is contained in:
SteveSandersonMS
2016-04-28 17:01:27 +01:00
parent fc705e8bf8
commit 4de2e9673f
12 changed files with 281 additions and 52 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "generator-aspnet-spa",
"version": "0.1.0",
"description": "Single-Page App templates for ASP.NET Core",
"files": ["templates"],
"keywords": ["yeoman-generator"],
"dependencies": {
"yeoman-generator": "^0.20.2"
}
}