We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202649 commit 9e49aceCopy full SHA for 9e49ace
2 files changed
composer.json
@@ -0,0 +1,15 @@
1
+{
2
+ "name": "kirchbergerknorr/Magento-Shell",
3
+ "description": "Magento colorful Shell",
4
+ "keywords": ["magento"],
5
+ "type": "magento-module",
6
+ "license":"OSL-3.0",
7
+ "authors": [
8
+ {
9
+ "name": "Benedikt Volkmer",
10
+ "email": "bv@kirchbergerknorr.de"
11
+ }
12
+ ],
13
+ "require": {
14
15
+}
modman
@@ -0,0 +1,4 @@
+src/lib/Colors/Color.php src/lib/Colors/Color.php
+src/lib/Local/Shell/Formatter.php src/lib/Local/Shell/Formatter.php
+src/shell/local/abstract.php src/shell/local/abstract.php
+src/shell/local/sample.php src/shell/local/sample.php
0 commit comments