A command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, VueJS projects.
-
Updated
Oct 27, 2020 - Python
{{ message }}
A command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, VueJS projects.
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
A modern project, package, and virtual env manager for Python
Enhanced cookiecutter template for Python libraries.
A template for new Swift iOS / macOS / tvOS / watchOS Framework project ready with travis-ci, cocoapods, Carthage, SwiftPM and a Readme file
Flask cookiecutter template for builing APIs with flask-restful, including JWT auth, cli, tests, swagger, docker and more
A template for new Python libraries.
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Cookiecutter Django Vue is a template for Django-Vue projects.
A Go project template
Create/Generate your kotlin MVP projects easily
I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.
Steps to reproduce the behavior:
git commit -m ":tada: InitiaAndroid Kotlin Starter is a starter project which implements MVVM Pattern.
There should be routes that trigger an email for "forgot" and "reset" password options. These can be celery tasks but probably need a separate container for a simple SMTP server in order to send the emails.
The fullstack Vue project has an example of a containerized SMTP server.
A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
Python best practices project cookiecutter
We need this file https://github.com/dry-python/returns/blob/master/.github/workflows/test.yml to be sync to the older version in this file: https://github.com/wemake-services/wemake-python-package/blob/master/.github/workflows/test.yml
Without some specific hacks we have for better speed.
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
dev tools for aiohttp
A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.
A web application template based on Django.
Python-centric Cookiecutter for Molecular Computational Chemistry Packages
Since v 6 will probably include a bunch of backwards compatibility issues, we need a max copier version constraint.
By default, it must be something like <next_major_version(min_copier_version).
Currently you have to specify plain paths for files you want to skip when updating the cruft repository. It would be nice if it was possible to use globs in skipped paths like so:
{
"skip": [
"**/__init__.py",
"tests/**"
]
}By the way, ideally, the cookiecutter template would even define some of those skipped files.
If th
Add a description, image, and links to the cookiecutter topic page so that developers can more easily learn about it.
To associate your repository with the cookiecutter topic, visit your repo's landing page and select "manage topics."
https://pypi.org/project/toml-sort/