Prompts
- project_name:
Your project’s human-readable name, capitals and spaces allowed.
- project_slug:
Your project’s slug without dashes or spaces. Used to name your repo and in other places where a Python-importable version of your project name is needed.
- project_url:
The url of your project hosted in gitlab or github.
- author:
This is you! The value goes into places like
README.rst
and such.- email:
The email address you want to identify yourself within the project.
- short_description:
Describes your project briefly and gets used in places like
README.rst
andsetup.py
.- version:
The version of the project at its inception. Default value is 0.1.0.
- license:
Select a license. The choices are:
MIT
APACHE
2-Clause BSD
3-Clause BSD
GPL
None
- ci_tool:
Select a CI tool. The choices are:
GitHub
GitLab
Bitbucket
None