From 3773f9ec8a72a90552b74f00728aa8b4222ba3dc Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Mon, 8 Jun 2020 13:35:54 +0200 Subject: [PATCH] chore(readme): add start from cookiecutter template --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e9ea0549cbe5..23240c3d746ae 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,9 @@ jina hello-world --help ```bash pip install cookiecutter && cookiecutter gh:jina-ai/cookiecutter-jina -``` +``` + +With [Cookiecutter](https://github.com/cookiecutter/cookiecutter) you can easily create a Jina project from templates in one-line. The command above will create a Python entrypoint, YAML configs and a Dockerfile. You can start from there. ### Tutorials