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-v6.2 -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 ) ![ PyPI] ( https://img.shields.io/pypi/v/createstructure )
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-v7.0 -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 ) ![ PyPI] ( https://img.shields.io/pypi/v/createstructure )
33
44## Contents
55 - [ Description] ( #description )
@@ -23,6 +23,11 @@ With this programm you can easily create a repository on GitHub :octocat: with a
2323
2424### Setup
2525#### Attention: replace <SOME_WORDS> with your values
26+ - Debian/ Ubuntu using apt:
27+ - ``` sudo add-apt-repository ppa:castellanidavide/createstructure; sudo apt update; sudo apt install createstructure ```
28+ - Windows (using choco):
29+ - ``` choco install createstructure ```
30+ - ``` createstrucure.exe -l ``` <- for the login
2631 - All OS using pypi:
2732 - ``` pip install createstructure ```
2833 - Made an alias of use
@@ -50,8 +55,12 @@ With this programm you can easily create a repository on GitHub :octocat: with a
5055 - * .md
5156 - workflows
5257 - * .yml
58+ - choco
59+ - *
5360 - create_structure
5461 - __ init __ .py
62+ - debian
63+ - *
5564 - doc
5665 - _ config.yml
5766 - LICENSE
@@ -90,6 +99,7 @@ With this programm you can easily create a repository on GitHub :octocat: with a
9099 - Try to execute this programm and check correct use
91100
92101### Changelog
102+ - [ 7.0_2021-01-11] ( #70_2021-01-11 )
93103 - [ 6.2_2021-01-04] ( #62_2021-01-04 )
94104 - [ 6.1_2021-01-03] ( #61_2021-01-03 )
95105 - [ 6.0_2020-12-16] ( #60_2020-12-16 )
@@ -105,6 +115,11 @@ With this programm you can easily create a repository on GitHub :octocat: with a
105115 - [ 2.0_2020-03-24] ( #20_2020-03-24 )
106116 - [ 1.0_2020-03-24] ( #10_2020-03-24 )
107117
118+ #### 7.0_2021-01-11
119+ - Added Debian package
120+ - Added Choco package
121+ - Automate Choco package publishing
122+
108123#### 6.2_2021-01-04
109124 - Added emoji :smile : to the output
110125
0 commit comments