Skip to content

trueberryless-org/template-files

Repository files navigation

template-files

Provide single point of truth for template files.

Project structure

.
├── .changeset
│   ├── README.md
│   └── config.json
├── .dockerignore
├── .github
│   ├── labeler.yaml
│   ├── readmetreerc.yaml
│   ├── renovate.json
│   └── workflows
│       ├── format.yaml
│       ├── generate-readme-tree.yaml
│       ├── labeler.yaml
│       ├── sync.yaml
│       └── welcome-bot.yaml
├── .gitignore
├── .prettierignore
├── .prettierrc
├── CHANGELOG.md
├── LICENSE
├── README.md
├── package.json
├── pnpm-lock.yaml
├── pnpm-workspace.yaml
├── repos.json
├── sync_templates.sh
└── template-files
    ├── .changeset
    │   ├── DotNet.config.json
    │   ├── README.md
    │   └── config.json
    ├── .dockerignore
    ├── .github
    │   ├── CODEOWNERS
    │   ├── FUNDING.yaml
    │   ├── labeler.yaml
    │   ├── readmetreerc.yaml
    │   ├── renovate.json
    │   └── workflows
    │       ├── DotNet.deployment.yaml
    │       ├── deployment-with-lunaria.yaml
    │       ├── deployment.yaml
    │       ├── format.yaml
    │       ├── generate-readme-tree.yaml
    │       ├── labeler.yaml
    │       ├── publish.yaml
    │       ├── release.yaml
    │       ├── tangle.yaml
    │       └── welcome-bot.yaml
    ├── .gitignore
    │   ├── DotNet.gitignore
    │   └── Node.gitignore
    ├── .prettierignore
    ├── .prettierrc
    │   └── .prettierrc
    ├── Dockerfile
    │   ├── DotNet.Dockerfile
    │   ├── Next.Dockerfile
    │   ├── Node.Dockerfile
    │   ├── httpd.Dockerfile
    │   └── nginx.Dockerfile
    ├── LICENSE
    ├── README.md
    ├── manifest
    │   ├── certificate.yaml
    │   ├── deployment.yaml
    │   ├── ingress.yaml
    │   ├── namespace.yaml
    │   └── service.yaml
    ├── nginx.conf
    ├── package.json
    │   ├── changeset.package.json
    │   ├── definition.package.json
    │   ├── package.manager.package.json
    │   └── prettier.package.json
    └── pnpm-workspace
        ├── allow-builds.yaml
        └── with-packages.yaml

License

Licensed under the MIT license, Copyright © trueberryless.

See LICENSE for more information.

About

Provide single point of truth for similar files in the trueberryless organisation.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages