Skip to content

Commit 21db35f

Browse files
updated readme
1 parent c21069a commit 21db35f

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,25 @@ create-github-repository using automation
55

66
* The credential used is ``` PERSONAL ACCESS TOKEN ```
77

8-
for reference: ``` https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-an-organization-repository ```
8+
for reference: ``` https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-an-organization-repository ```
9+
10+
:pushpin:
11+
[create-an-organization-repository] (https://docs.github.com/en/rest/repos/repos?piVersion=2022-11-28#create-an-organization-repository)
12+
13+
## How code works?
14+
Using a bash script, bash script receives parameters from github workflow and creates a github repo.
15+
16+
## Licensing templates
17+
18+
```
19+
Choose an open source license template that best suits your needs, and then use the license keyword as the license_template string. For example, "mit" or "mpl-2.0"
20+
```
21+
[license-keyword] (https://docs.github.com/articles/licensing-a-repository/#searching-github-by-license-type)
22+
23+
## gitignore template
24+
25+
```
26+
Desired language or platform .gitignore template to apply. Use the name of the template without the extension. For example, "Python".
27+
```
28+
[gitignore-template] (https://github.com/github/gitignore)
29+

0 commit comments

Comments
 (0)