-
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Overview
This is just an idea: make this a cookiecutter template: https://cookiecutter.readthedocs.io/en/1.7.2/
I discovered this today when looking into pytest plugins.
Basically, this will fill in all the boilerplate parts of the template via user input and the cookiecutter cli
Specification
$ pip install cookiecutter
$ cookiecutter https://github.com/ApeWorX/project-templatefull_name [Raphael Pierzina]: Andreas Pelme
email [raphael@hackebrot.de]: andreas@pelme.se
github_username [hackebrot]: pelme
plugin_name [foobar]: awesome
module_name [awesome]: awesome
short_description [A simple plugin to use with pytest]:
version [0.1.0]:
pytest_version [2.9.1]:
Select docs_tool:
1 - mkdocs
2 - sphinx
3 - none
Choose from 1, 2, 3 [1]: 1
Select license:
1 - MIT
2 - BSD-3
3 - GNU GPL v3.0
Choose from 1, 2, 3 [1]: 2
INFO:post_gen_project:Moving files for mkdocs
(copied from https://github.com/pytest-dev/cookiecutter-pytest-plugin, ours might be a little different)
Dependencies
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request