cookiecutter
Here are 594 public repositories matching this topic...
-
Updated
Jul 5, 2020 - Python
-
Updated
Jul 5, 2020 - Python
After generating a new project from the template, running tox shows the warning below. Should the template be adapted?
check run-test: commands[0] | python setup.py check --strict --metadata --restructuredtext
running check
warning: Check: This command has been deprecated. Use `twine check` instead: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructur
-
Updated
Jun 22, 2019 - Ruby
-
Updated
May 4, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Feb 7, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Apr 20, 2020 - Go
-
Updated
May 26, 2017 - Kotlin
This should only be done after #19 is resolved, since it is only at that point that cookie can be considered a true alternative to cookiecutter.
-
Updated
Mar 21, 2019 - Kotlin
-
Updated
Jul 2, 2020 - Makefile
- aiohttp-devtools version:0.13.1
- aiohttp version:3.6.2
- python version:3.7.6
- Platform:MacOS 10.15.2
Issue Summary
Cleanup contexts aren't run to completion when exiting adev runserver with ctrl-c. They are run correctly when the server is reloaded after a code change.
Steps to reproduce
Run the following server with adev runserver then exit it with ctrl
We have script for updating our requirements. But we can move to some better:
pip-compile development.in
pip-compile documentation.in
pip-compile production.in
i think this looks much better.
- remove
check-requirements.py - add pip-compile for
upgradecommand into makefile - describe into the documentation how use *.in files for that
-
Updated
Apr 18, 2020 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Jun 18, 2018 - Python
-
Updated
Jun 24, 2020 - Python
It would be useful to add some sort of unique token or phrase somewhere in devtools/ (where users are unlikely to extensively change or delete things) to better track deployments of cookiecutter-cms on GitHub.
For example:
def main():
set_python_version()
# Initialise git repo
os.system('git init')
# Install dependencies
os.system('pipenv install --dev')
# Setup pre-commit and pre-push hooks
os.system('pipenv run pre-commit install -t pre-commit')
os.system('pipenv run pre-commit install -t pre-push')
print(SUCCESS + "Project successfully initiali-
Updated
Jun 14, 2020 - Jupyter Notebook
-
Updated
Apr 30, 2020 - Makefile
-
Updated
Jan 26, 2020 - Rust
Improve this page
Add a description, image, and links to the cookiecutter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cookiecutter topic, visit your repo's landing page and select "manage topics."
Description:
Running cookiecutter from the cmd prompt crashes on Windows because it can't find the 'git' command (which isn't output in an error message, just a traceback). The documentation should be updated to specify to run it from the git bash instead on windows.
What