Template repository to create standardized Fastify plugins.
- Click on
Use this template
above to create a new repository based on this repository.
- Github CI Actions for installing, testing your package.
- Github CI Actions to validate different package managers.
- Dependabot V2 config to automate dependency updates.
- Template for the GitHub App Stale to mark issues as stale.
- Template for the GitHub App tests-checker to check if a PR contains tests.
├── .github
│ ├── workflows
│ │ ├── ci.yml
│ │ └── package-manager-ci.yml
│ ├── .stale.yml
│ ├── dependabot.yml
│ └── tests_checker.yml
│
├── docs (Documentation)
│
├── examples (Code examples)
│
├── test (Application tests)
│
├── types (Typescript types)
│
└── README.md