Skip to content

Commit 2a36a8e

Browse files
authored
v5.5
1 parent 0baa90b commit 2a36a8e

4 files changed

Lines changed: 7 additions & 15 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
pip3 install setuptools
1818
pip3 install -r requirements/requirements.txt
1919
alias create_structure="python3 ~/create_structure/bin/create_structure.py -t=${{ secrets.REPO_TOKEN }} -o=CastellaniDavideTest"
20-
python3 ~/create_structure/bin/create_test.py
21-
cat ./testfile.txt
22-
python3 ~/create_structure/bin/create_structure.py < ./testfile.txt
23-
20+
2421
test-windows:
2522
runs-on: windows-latest
2623
steps:
@@ -37,5 +34,3 @@ jobs:
3734
New-Item -Path $Profile -Type File -Force
3835
echo "Function CreateStructureFunction {python 'C:\Program Files/create_structure/bin/create_structure.py' -t=${{ secrets.REPO_TOKEN }} -o=CastellaniDavideTest'}" > $Profile
3936
echo "Set-Alias -Name create_structure -Value CreateStructureFunction" >> $Profile
40-
python3 C:\Program Files/create_structure/bin/create_test.py
41-
# create_structure < ./testfile.txt

bin/create_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from sys import argv
1414

1515
__author__ = "help@castellanidavide.it"
16-
__version__ = "5.4 2020-12-12"
16+
__version__ = "5.5 2020-12-13"
1717

1818
class create_structure:
1919
def __init__ (self, TOKEN, SOUCES_OF_TEMPLATES, ORGANIZATION_NAME, IGNORE_FOLDERS):

bin/create_test.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# create_structure
2-
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-create_structure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v5.4-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/create_structure) ![Check installation](https://github.com/CastellaniDavide/create_structure/workflows/Check%20installation/badge.svg)
2+
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-create_structure/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v5.5-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-Linux,%20Windows%20&%20Mac%20OS-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/create_structure) ![Check installation](https://github.com/CastellaniDavide/create_structure/workflows/Check%20installation/badge.svg)
33

44
## Contents
55
- [Description](#description)
@@ -76,6 +76,7 @@ With this programm you can easly create a repository on GitHub :octocat: with a
7676
- Try to execute this programm and check correct use
7777

7878
### Changelog
79+
- [5.5_2020-12-13](#55_2020-12-13)
7980
- [5.4_2020-12-12](#54_2020-12-12)
8081
- [5.3_2020-11-29](#53_2020-11-29)
8182
- [5.2_2020-11-28](#52_2020-11-28)
@@ -87,6 +88,9 @@ With this programm you can easly create a repository on GitHub :octocat: with a
8788
- [2.0_2020-3-24](#20_2020-3-24)
8889
- [1.0_2020-3-24](#10_2020-3-24)
8990

91+
#### 5._2020-12-13
92+
- Add first version of GitHub Actions
93+
9094
#### 5.4_2020-12-12
9195
- Fixed some bugs
9296
- Changed the README.md

0 commit comments

Comments
 (0)