Make skeleton
-
add .gitkeep
to evry emplty folder, (*1)
-
add composer.json with type:project, (*2)
composer install
git init
git add .
git commit -m 'initial'
Create in github git@github.com:rozdol/numop-skel.git
, (*3)
git remote add origin git@github.com:rozdol/numop-skel.git
git push origin master, (*4)
Add new relrease on github, (*5)
https://packagist.org/packages/submit <-- https://github.com/rozdol/numop-skel
, (*6)
composer create-project rozdol/numop-skel foobar.com
Assets
Create in github git@github.com:rozdol/numop-assets.git
, (*7)
git clone git@github.com:rozdol/numop-assets.git
-
add .gitkeep
to evry emplty folder, (*8)
-
add composer.json with type:library, (*9)
composer install
git add .
git commit -m 'initial release'
git push origin master
Add new relrease on github, (*10)
https://packagist.org/packages/submit <-- https://github.com/rozdol/numop-assets
, (*11)
Clonning the skeleton
git clone git@github.com:rozdol/numop-skel.git
Clonning the Assets
git clone git@github.com:rozdol/numop-assets.git
Clonning the Projec src
git clone git@github.com:rozdol/numop-assets.git