From 4f9cd01810b5089a140e6205f57b020fce475e33 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 6 Sep 2013 19:19:16 -0500 Subject: [PATCH] Created chemistry tool --- tools/ionic-chemistry/index.js | 0 tools/ionic-chemistry/package.json | 11 +++++++++++ tools/ionic-chemistry/template/index.html | 0 3 files changed, 11 insertions(+) create mode 100644 tools/ionic-chemistry/index.js create mode 100644 tools/ionic-chemistry/package.json create mode 100644 tools/ionic-chemistry/template/index.html diff --git a/tools/ionic-chemistry/index.js b/tools/ionic-chemistry/index.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tools/ionic-chemistry/package.json b/tools/ionic-chemistry/package.json new file mode 100644 index 0000000000..599c8f95db --- /dev/null +++ b/tools/ionic-chemistry/package.json @@ -0,0 +1,11 @@ +{ + "name": "ionic-chemistry", + "version": "0.0.1", + "description": "A utility for starting Ionic projects.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Max Lynch ", + "license": "MIT" +} diff --git a/tools/ionic-chemistry/template/index.html b/tools/ionic-chemistry/template/index.html new file mode 100644 index 0000000000..e69de29bb2