2017 © Pedro Peláez
 

cli artist

image

redcatphp/artist

  • Tuesday, October 24, 2017
  • by surikat
  • Repository
  • 1 Watchers
  • 1 Stars
  • 506 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 79 Versions
  • 0 % Grown

The README.md

No longer actively maintained. I work now with NodeJS and I recommand you to take a look at di-ninja, (*1)

installer

install global artist, (*2)

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, (*3)

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, (*4)

php -r "eval(file_get_contents('http://redcatphp.com/install-project?q=redcatphp/redcatphp'));"

with a specified version, (*5)

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'));" ```, (*6)

The Versions