init: term colors, completion, execution

This commit is contained in:
Adphi
2019-01-19 15:40:52 +01:00
commit c909a11420
26 changed files with 3097 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Test Nextcloud App",
"description": "Application Test",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Adphi"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
}
}