X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=cookiecutter;h=4923b8e5af3345bdc28bf3086f937a03c9b81dfb;hp=52ea37767e1baf41e824e4a6f293c3304a981ddd;hb=b2027c2ae3aa07681bd9881b9f3afc173fcd9782;hpb=19d5c375a28a76dce2157564cb1d0a3f054dc671;ds=sidebyside diff --git a/cookiecutter b/cookiecutter index 52ea377..4923b8e 100755 --- a/cookiecutter +++ b/cookiecutter @@ -15,11 +15,13 @@ cd "$HOME/tmp/$project_name" && mv project "$project_name" && replace '{project}' "$project_name" .gitignore README.txt \ - docs/genapidocs mk-distr publish-docs setup.py tox.ini && + docs/genapidocs docs/install.rst mk-distr publish-docs setup.py tox.ini && sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \ -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs && git init && git add . && git commit --message "Initial commit - created the project" && +cp -p "$HOME"/current/projects/m_lib/update-remotes . && +echo /update-remotes >>.git/info/exclude && exec ./mk-git-aliases