-
Updated
Sep 29, 2021 - Makefile
project-template
Here are 530 public repositories matching this topic...
-
Updated
Oct 1, 2021 - C#
-
Updated
Jun 27, 2020 - Ruby
-
Updated
Oct 2, 2021 - PHP
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
Sep 30, 2021 - CMake
-
Updated
Sep 18, 2021 - Haskell
-
Updated
Sep 22, 2021 - Python
-
Updated
Feb 6, 2021 - Go
-
Updated
Sep 5, 2021 - CMake
-
Updated
May 14, 2018 - Clojure
Hi,
the Dockerfile could look like this:
FROM python:3.9-alpine
ARG USER=copier
ARG GROUP=copier
ARG UID=1000
ARG GID=1000
RUN addgroup -g "${GID}" "${GROUP}" && \
adduser -h /home/"${USER}" -u "${UID}" -G "${GROUP}" -s /bin/bash -D "${USER}"
RUN set -ex; \
apk add --no-cache --virtual .build-deps \
gcc \
musl-dev; \
apk add --no-cach-
Updated
Oct 6, 2017 - Clojure
Now that Cloud Manager supports Java 11 and lets you configure it using the toolchains plugin
It would be nice if the archetypes takes Java version as a user input and configures the toolchains plugin out of the box.
-
Updated
Sep 14, 2021 - Makefile
-
Updated
Nov 16, 2020 - CMake
https://github.com/readthedocs/recommonmark#recommonmark
We should switch to myst: https://github.com/executablebooks/MyST-Parser
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
Jun 20, 2021 - PHP
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Apr 3, 2021 - Python
-
Updated
Sep 14, 2021 - Rust
-
Updated
Apr 1, 2021
-
Updated
Jun 10, 2021 - Python
-
Updated
Sep 21, 2021 - JavaScript
If for some reason, the initial bootstrapper fails (network failure, bad cache etc), creation of dune files in the project could get interrupted - the dune files that trigger the on-the-fly dune rules generation. We could
- Check in those bootstrapping dune files in the templates
or - Ensure, before running,
dune buildif dune files are missing.
Ideally, we do both.
-
Updated
May 24, 2021 - R
Improve this page
Add a description, image, and links to the project-template topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the project-template topic, visit your repo's landing page and select "manage topics."


Originally posted by @FlorianWilhelm in pyscaffold/pyscaffold#509 (comment)
We use the template just as a structure for the sections, default values and comments, but not do any str