arcmedia / hello-composer-stbr
Composer Testpacket von Bruno Staub
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/arcmedia/hello-composer-stbr
This package is not auto-updated.
Last update: 2025-10-08 01:30:05 UTC
README
I love composer and built a package with this howto.
…or create a new repository on the command line
echo "# hello-composer-stbr" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bstaub/hello-composer-stbr.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/bstaub/hello-composer-stbr.git
git branch -M main
git push -u origin main
23.05.2022, B.Staub