Skip to content
/ skeleton Public template

fastify/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

skeleton

Template repository to create standardized Fastify plugins.

Getting started

  • Click on Use this template above to create a new repository based on this repository.

What's included?

  1. Github CI Actions for installing, testing your package.
  2. Github CI Actions to validate different package managers.
  3. Dependabot V2 config to automate dependency updates.

Repository structure

├── .github
│   ├── workflows
│   │   ├── ci.yml
│   │   └── package-manager-ci.yml
│   └── dependabot.yml
│
├── docs (Documentation)
│
├── examples (Code examples)
│
├── test (Application tests)
│
├── types (Typescript types)
│
└── README.md

About

Template repository to create standardized Fastify plugins

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Contributors