redcatphp / artist
Installs: 514
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:cli
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
- dev-master
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.1
- v2.0.0
- v1.12.0
- v1.11.1
- v1.11.0
- v1.10.9
- v1.10.8
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.9
- v1.9.8
- v1.9.7
- v1.9.6
- v1.9.5
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.0
- 1.7.3
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.9
- v1.6.8
- v1.6.7
- v1.6.6
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- 1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
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'));"