Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 730 Bytes

README.md

File metadata and controls

25 lines (23 loc) · 730 Bytes

A template for init python project

reference

How to use

(tool) G:\Workspace>cookiecutter https://github.com/mar-heaven/pyproject_template.git
project_name [Python Package]: play
package_name [play]:
project_slug [play]:
project_short_description [Project Short Description]: just play
Select is_service:
1 - y
2 - n
Choose from 1, 2 [1]: 1 

parameters

  • project_name: the project name
  • package_name: package name
  • project_slug: package name
  • project describe
  • Select is_service: 1 generating Dockerfile?
  • Select is_opensource: 1 generating .github folder?