arcmedia/hello-composer-stbr

Composer Testpacket von Bruno Staub

Maintainers

Package info

github.com/bstaub/hello-composer-stbr

pkg:composer/arcmedia/hello-composer-stbr

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2022-05-23 11:32 UTC

This package is not auto-updated.

Last update: 2026-03-11 03:43:41 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