-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use plonecli to create Plone addon structure
- Loading branch information
Showing
66 changed files
with
40 additions
and
1,370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[mr.bob] | ||
verbose = True | ||
|
||
[variables] | ||
author.name = {{ cookiecutter.author }} | ||
author.email = {{ cookiecutter.email }} | ||
author.github.user = {{ cookiecutter.github_organization }} | ||
package.description = {{ cookiecutter.description }} | ||
package.git.init = n | ||
package.git.disabled = y | ||
|
||
plone.version = {{ cookiecutter.plone_version }} | ||
python.version = 3.10 | ||
vscode_support = n | ||
|
||
language = {{ cookiecutter.language_code }} | ||
site_name = {{ cookiecutter.project_title }} |
5 changes: 0 additions & 5 deletions
5
...r.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/CHANGES.md
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ject_slug }}/backend/src/{{ cookiecutter.python_package_name }}/CONTRIBUTORS.md
This file was deleted.
Oops, something went wrong.
339 changes: 0 additions & 339 deletions
339
...okiecutter.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/LICENSE.GPL
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...r.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/LICENSE.md
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...okiecutter.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/MANIFEST.in
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
...er.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/README.md
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
{{ cookiecutter.project_slug }}/backend/src/{{ cookiecutter.python_package_name }}/setup.py
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...ookiecutter.python_package_name }}/src/{{ cookiecutter.python_package_name }}/__init__.py
This file was deleted.
Oops, something went wrong.
Empty file.
6 changes: 0 additions & 6 deletions
6
...ython_package_name }}/src/{{ cookiecutter.python_package_name }}/behaviors/configure.zcml
This file was deleted.
Oops, something went wrong.
Empty file.
15 changes: 0 additions & 15 deletions
15
....python_package_name }}/src/{{ cookiecutter.python_package_name }}/browser/configure.zcml
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...iecutter.python_package_name }}/src/{{ cookiecutter.python_package_name }}/configure.zcml
This file was deleted.
Oops, something went wrong.
Empty file.
7 changes: 0 additions & 7 deletions
7
...utter.python_package_name }}/src/{{ cookiecutter.python_package_name }}/dependencies.zcml
This file was deleted.
Oops, something went wrong.
Empty file.
10 changes: 0 additions & 10 deletions
10
...python_package_name }}/src/{{ cookiecutter.python_package_name }}/indexers/configure.zcml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...kiecutter.python_package_name }}/src/{{ cookiecutter.python_package_name }}/interfaces.py
This file was deleted.
Oops, something went wrong.
Empty file.
78 changes: 0 additions & 78 deletions
78
...utter.python_package_name }}/src/{{ cookiecutter.python_package_name }}/locales/update.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.