You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea: Create a start_package command similar to Djangos startproject and startapp.
Possible todos:
index.rst missing
Changelog missing
Init file in project dir and version
-> statt render_template init_package, welches einmalige files erstellt
-> index.rst mitrendern -> aber nur, wenn es noch nicht da ist...
-> changelog.rst mitrendern -> aber nur, wenn es noch nicht da ist...
-> Changelod.md erstellen -> aber nur, wenn es noch nicht da ist...
-> Eigentliches Package anlegen (module_name) -> init mit Version anlegen und Claim für PyPI auch über Metadata?
We might have to create templates for init apart from the "regular" ones.
The text was updated successfully, but these errors were encountered:
Idea: Create a
start_package
command similar to Djangos startproject and startapp.Possible todos:
We might have to create templates for init apart from the "regular" ones.
The text was updated successfully, but these errors were encountered: