diff --git a/.DS_Store b/.DS_Store index 8e37fd3..c1fbaa2 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0eb6b9c --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + composer install \ No newline at end of file diff --git a/bin/brain-games b/bin/brain-games index a58121f..f41cacc 100755 --- a/bin/brain-games +++ b/bin/brain-games @@ -1,3 +1,5 @@ #!/usr/bin/php = 5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "cli": "lib/" + }, + "files": [ + "lib/cli/cli.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "James Logsdon", + "email": "jlogsdon@php.net", + "role": "Developer" + }, + { + "name": "Daniel Bachhuber", + "email": "daniel@handbuilt.co", + "role": "Maintainer" + } + ], + "description": "Console utilities for PHP", + "homepage": "http://github.com/wp-cli/php-cli-tools", + "keywords": [ + "cli", + "console" + ], + "time": "2018-04-20T08:11:30+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +} diff --git a/src/Cli.php b/src/Cli.php new file mode 100644 index 0000000..b681c76 --- /dev/null +++ b/src/Cli.php @@ -0,0 +1,11 @@ +