Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 635 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 635 Bytes

=================== python-startproject

Start a new python project with Diecutter

How to use it?

With your browser

Fill up the form at https://diecutter.alwaysdata.net/rawgithub/diecutter/python-startproject/index.html

With curl

curl -X POST https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/ -d 'project_name=mypythonprojet' > template.tar.gz

With wget

wget -O template.tar.gz --post-data 'project_name=mypythonprojet' https://diecutter.alwaysdata.net/github/diecutter/python-startproject/master/template/