The Wayback Machine - https://web.archive.org/web/20220402194301/https://github.com/topics/templates
Skip to content
#

templates

Here are 2,574 public repositories matching this topic...

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Feb 20, 2022
  • CSS
projen
pgarbe
pgarbe commented Mar 17, 2022

Sometimes variables needs to be upper case (e.g AWS_REGION). In the GitLab configuration, the variables for jobs are rendered as snake case and it does not respect to original formatting. But it works for global variables.

How to reproduce:

const gitLabCiConfig = new pj.gitlab.GitlabConfiguration(project, {
    jobs: {
        build: {
            // does not work, renders lower c
good first issue

Improve this page

Add a description, image, and links to the templates topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the templates topic, visit your repo's landing page and select "manage topics."

Learn more