Skip to content

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

License

Notifications You must be signed in to change notification settings

trueberryless-org/template-files

template-files

Provide single point of truth for template files.

Project structure

.
├── .changeset
│   ├── README.md
│   └── config.json
├── .dockerignore
├── .github
│   ├── CODEOWNERS
│   ├── 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
├── 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
    │       ├── spell-checker.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.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

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 6