สร้างโปรเจ็กต์อย่างรวดเร็วจาก เครื่องตัดคุกกี้ (เทมเพลตโปรเจ็กต์) ด้วยยูทิลิตี้บรรทัดคำสั่งนี้ เหมาะสำหรับการสร้างโปรเจ็กต์แพ็คเกจ Python และอื่นๆ
ติดตั้งเครื่องตัดคุกกี้โดยใช้ตัวจัดการแพ็คเกจ pip:
# pipx is strongly recommended.
pipx install cookiecutter
# If pipx is not an option,
# you can install cookiecutter in your Python user directory.
python -m pip install --user cookiecutter
วิธีที่แนะนำในการใช้ Cookiecutter เป็นยูทิลิตี้บรรทัดคำสั่งคือเรียกใช้ด้วย pipx
ซึ่งสามารถติดตั้งได้ด้วย pip install pipx
แต่หากคุณวางแผนที่จะใช้ Cookiecutter โดยทางโปรแกรม โปรดเรียกใช้ pip install cookiecutter
ใช้เทมเพลต GitHub
# You'll be prompted to enter values.
# Then it'll create your Python package in the current working directory,
# based on those values.
# For the sake of brevity, repos on GitHub can just use the 'gh' prefix
$ pipx run cookiecutter gh:audreyfeldroy/cookiecutter-pypackage
ใช้เทมเพลตท้องถิ่น
$ pipx run cookiecutter cookiecutter-pypackage/
ใช้มันจาก Python
from cookiecutter . main import cookiecutter
# Create project from the cookiecutter-pypackage/ template
cookiecutter ( 'cookiecutter-pypackage/' )
# Create project from the cookiecutter-pypackage.git repo template
cookiecutter ( 'gh:audreyfeldroy//cookiecutter-pypackage.git' )
cookiecutter.json
เรียนรู้เพิ่มเติม
cookiecutter.json
เรียนรู้เพิ่มเติม
ค้นพบเทมเพลตที่พร้อมใช้งานหลากหลายบน GitHub
เข้าร่วมชุมชน มีส่วนร่วม หรือขอความช่วยเหลือ
เราให้ความสำคัญกับความคิดเห็นของคุณ แบ่งปันคำวิจารณ์หรือข้อร้องเรียนของคุณอย่างสร้างสรรค์เพื่อช่วยเราปรับปรุง
ปฏิบัติตามหลักจรรยาบรรณของ PyPA ในระหว่างการโต้ตอบทั้งหมดในระบบนิเวศของโครงการ
สร้างและนำโดย Audrey Roy Greenfeld โดยได้รับการสนับสนุนจากทีมงานผู้ดูแลและผู้มีส่วนร่วมโดยเฉพาะ