Template repository to create standardized Fastify plugins.
- Click on
Use this templateabove 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.
├── .github
│ ├── workflows
│ │ ├── ci.yml
│ │ └── package-manager-ci.yml
│ └── dependabot.yml
│
├── docs (Documentation)
│
├── examples (Code examples)
│
├── test (Application tests)
│
├── types (Typescript types)
│
└── README.md