-
Updated
Oct 5, 2021 - Makefile
project-template
Here are 540 public repositories matching this topic...
-
Updated
Oct 12, 2021 - C#
-
Updated
Jun 27, 2020 - Ruby
-
Updated
Oct 2, 2021 - PHP
-
Updated
Sep 17, 2021 - TypeScript
Describe your use-case
Currently a license file LICENSE.txt is generated but not referenced in setup.cfg. The keyword list of setuptools has license_files as the corresponding keyword to specify the actual license text besides the name under license.
Describe the solution you would like to see for your use-case
-
Updated
Oct 7, 2021 - CMake
-
Updated
Sep 18, 2021 - Haskell
-
Updated
Sep 22, 2021 - Python
-
Updated
Feb 6, 2021 - Go
-
Updated
Sep 5, 2021 - CMake
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
May 14, 2018 - Clojure
-
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
Oct 11, 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.
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."
Description
Drone.io support built-in
Add a .drone.yml file that allows projects to be tested/built using drone.io
Rationale
There are options for several areas of the project. Why not add some more flavor to the CI/CD options?
[Drone ](https://github.com/drone