Releases: HushmKun/Artec
Releases · HushmKun/Artec
Artec 0.3.0
Artec 0.2.1
Artec
A python application that creates a configurable python project template in a given directory..
[0.2.1] - 2023-07-16
Fixed
-s
&-t
conflict.- ('files' or 'file') and ('folders' or 'folder') can now be used in the Json structure.
Changed
- Various functions to increase performance.
- Unified exceptions interface.
- Added extra data to LEARN.md
- Added extra data to CONTRIBUTING.md
Artec 0.2.0
Artec
Creates a configurable python project template in a given directory.
Added
-t
argument now allows Templates to be used (Limited to Python & Node.Js)- Github actions can publish to Pypi & Test.Pypi
- More improvements to error handling and detection.
Changed
- We can format the project name in the json by using an empty curly brackets {}
- Tests now is little bit better than before.
Artec 0.1.4
Artec
Artec is a simple python 3 script to create a project template in a given directory.
What's changed :
Added
-V
argument to print the current version
Changed
- Improved error reporting
Fixed
- Fixed Issue #8
- Fixed error building structure if the source starts with a file.
New Contributors
- @0018akhil made their first contribution in #7
Artec 0.1.3
Artec
Artec is a simple python 3 script to create a project template in a given directory.
Changelog :
- Thanks for Narayandas Akhil Achary for solving the
-s
bug on Python 3.11.
Artec 0.1.1
Artec
Artec is a simple python 3 script to create a project template in a given directory.