+
+
+
+
+
\ No newline at end of file
diff --git a/Resources/Private/Templates/Module/TechDivision/Index.html b/Resources/Private/Templates/Module/TechDivision/Index.html
new file mode 100644
index 0000000..520e991
--- /dev/null
+++ b/Resources/Private/Templates/Module/TechDivision/Index.html
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/Resources/Private/Templates/Module/Widget.html b/Resources/Private/Templates/Module/Widget.html
new file mode 100644
index 0000000..e19bf58
--- /dev/null
+++ b/Resources/Private/Templates/Module/Widget.html
@@ -0,0 +1,25 @@
+{namespace neos=TYPO3\Neos\ViewHelpers}
+
\ No newline at end of file
diff --git a/Resources/Private/Templates/Standard/Index.html b/Resources/Private/Templates/Standard/Index.html
new file mode 100644
index 0000000..1397211
--- /dev/null
+++ b/Resources/Private/Templates/Standard/Index.html
@@ -0,0 +1,15 @@
+
+
+
Index view of Standard controller
+
+
+ A freshly created Fluid template!
+ Some data set by the controller:
+
+
\ No newline at end of file
diff --git a/build.xml b/build.xml
new file mode 100644
index 0000000..cd3834a
--- /dev/null
+++ b/build.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..8460386
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,33 @@
+{
+ "name": "techdivision/modulebase",
+ "type": "typo3-flow-package",
+ "description": "Provides the TechDivision backend module section",
+ "homepage" : "https://github.com/techdivision/TechDivision.ModuleBase",
+ "authors" : [{
+ "name" : "Philipp Dittert",
+ "email" : "pd@techdivision.com",
+ "homepage" : "https://www.techdivision.com"
+ }],
+ "require": {
+ "typo3/neos": "1.2.*"
+ },
+ "require-dev" : {
+ "phing/phing": "*",
+ "mikey179/vfsStream" : "*",
+ "php" : ">=5.4.0",
+ "phpmd/phpmd" : "2.1.*",
+ "phploc/phploc" : "2.0.*",
+ "pdepend/pdepend" : "2.0.*",
+ "sebastian/phpcpd" : "2.0.*",
+ "squizlabs/php_codesniffer": "2.*"
+ },
+ "autoload": {
+ "psr-0": {
+ "TechDivision\\ModuleBase": "Classes"
+ }
+ },
+ "support" : {
+ "issues" : "https://github.com/techdivision/TechDivision.ModuleBase/issues",
+ "source" : "https://github.com/techdivision/TechDivision.ModuleBase"
+ }
+}
diff --git a/phpcs.xml b/phpcs.xml
new file mode 100644
index 0000000..61592d1
--- /dev/null
+++ b/phpcs.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/phpmd.xml b/phpmd.xml
new file mode 100644
index 0000000..7e8855a
--- /dev/null
+++ b/phpmd.xml
@@ -0,0 +1,16 @@
+
+
+
+ default ruleset
+
+
+
+
+
+
\ No newline at end of file