commit 15214b4cc757aefd7d80935b00f443318e090195 Author: Phil Kunz Date: Fri Apr 28 14:09:42 2017 +0200 initial diff --git a/package.json b/package.json new file mode 100644 index 0000000..cb05e23 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "smartscaf", + "version": "1.0.0", + "description": "scaffold projects quickly", + "main": "dist/index.js", + "scripts": { + "test": "(npmts)" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@gitlab.com/pushrocks/smartscaf.git" + }, + "author": "Lossless GmbH", + "license": "MIT", + "bugs": { + "url": "https://gitlab.com/pushrocks/smartscaf/issues" + }, + "homepage": "https://gitlab.com/pushrocks/smartscaf#README", + "keywords": [ + "scaffold", + "polymer", + "npm" + ] +} diff --git a/ts/index.ts b/ts/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/ts/smartscaf.plugins.ts b/ts/smartscaf.plugins.ts new file mode 100644 index 0000000..e69de29