Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too many ..._name variables? #2

Open
ronpandolfi opened this issue Feb 7, 2019 · 1 comment
Open

Too many ..._name variables? #2

ronpandolfi opened this issue Feb 7, 2019 · 1 comment

Comments

@ronpandolfi
Copy link
Contributor

Currently, there are:

"core_name": "xicam",
"project_name": "test",
"app_name": "",
"plugin_name": "test",

I propose to change this to:

"package_name": "xicam.myproject",  # includes core_name implicitly, but does not require it
"display_name": "My Project",  # human readable project name

Multiple plugins are not supported in a this cookiecutter, so plugin_name should always mirror package_name, at least as a template.

@HarinarayanKrishnan
Copy link
Contributor

I tried to simplify the names, for now I just made the package name equivalent to "myproject".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants