redcatphp / artist
This package is abandoned and no longer maintained.
No replacement package was suggested.
v2.3.1
2017-10-24 08:17 UTC
Requires
- grom358/pharborist: dev-master
- neitanod/forceutf8: ^2.0
- padraic/phar-updater: ^1.0
- seld/jsonlint: ^1.4
- symfony/console: 3.1
- tedivm/jshrink: ^1.1
Suggests
- kherge/box: ^2.7
This package is not auto-updated.
Last update: 2020-01-24 16:17:57 UTC
README
No longer actively maintained. I work now with NodeJS and I recommand you to take a look at di-ninja
###installer install global artist
curl https://raw.githubusercontent.com/redcatphp/artist/master/bin/installer | php
###install-project for now it's only supporting zip url install a project in your current working dir
php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=https://github.com/redcatphp/redcatphp/archive/master.zip'));"
if provided url is no absolute, it will use github
php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=redcatphp/redcatphp'));"
with a specified version
php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=redcatphp/redcatphp+master'));"
php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=redcatphp/redcatphp+v6.2.3'));"
with auth
php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=user:password@repository/project+v1.0.0'));"