Skip to content

Commit

Permalink
Add config for GitHub & Packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
Xorg committed Feb 6, 2024
1 parent 437b498 commit fd6f050
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 3 deletions.
28 changes: 28 additions & 0 deletions Doc/GitHubRelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# GitHub Release
Explanation to release your new Bundle on github repository.

## How to do
Install the bundle for Composer !! as is still on beta version !!

- Login on your space GitHub
- Clic on [Tab] repositories
- Clic button New (right top)
- Field full form
- Clic -> Create repository
- Clic button Code (right top) -> select HTTPS -> copy url*

At this point, your new bundle is created on GitHub

## Make your first commit!
With PhpStorm
- Menu Git -> Manage Remotes... -> add [+]
- Give name and paste Url* on URL
- Clic OK | At this point, PhpStorm is created link between your code and GitHub

Now it's time to make a commit as you do normally.


## Contributing
If you want to contribute \(thank you!\) to this bundle, here are some guidelines:

## Thanks
19 changes: 19 additions & 0 deletions Doc/PackagistRelease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Packagist Release
Explanation to release your new Bundle on github repository.


## How to do
Install the bundle for Composer !! as is still on beta version !!

- Login on your space https://packagist.org/
- Clic Submit
- Copy Url of your GitHub bundle ex: https://github.com/login-name/Bundle-name
- Clic Check

At this point, your new bundle has Packagist


## Contributing
If you want to contribute \(thank you!\) to this bundle, here are some guidelines:

## Thanks
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ return [


## Tools !
* Table-crud [neoxmake:table:crud]( Doc/MakeTable.md )
* ReusableBundle generator [neoxmake:generate:bundle]( Doc/MakeBundle.md )

* Table-crud [ Command ]( Doc/MakeTable.md )
* ReusableBundle generator [ Command ]( Doc/MakeBundle.md )
* Configuration [GitHub]( Doc/GitHubRelease.md )
* Configuration [Packagist]( Doc/PackagistRelease.md )
## Contributing
If you want to contribute \(thank you!\) to this bundle, here are some guidelines:

Expand Down

0 comments on commit fd6f050

Please sign in to comment.