Template for setting up fastify+ts projects
Go to file Use this template
b1ek 964184851f
init repo
2024-05-11 18:38:18 +10:00
.vscode init repo 2024-05-11 18:38:18 +10:00
scripts init repo 2024-05-11 18:38:18 +10:00
src init repo 2024-05-11 18:38:18 +10:00
.gitignore init repo 2024-05-11 18:38:18 +10:00
.prettierignore init repo 2024-05-11 18:38:18 +10:00
README.md init repo 2024-05-11 18:38:18 +10:00
eslint.config.js init repo 2024-05-11 18:38:18 +10:00
package.json init repo 2024-05-11 18:38:18 +10:00
prettier.config.js init repo 2024-05-11 18:38:18 +10:00
yarn.lock init repo 2024-05-11 18:38:18 +10:00

README.md

fastify-ts-template

A template for fasitify with TypeScript, eslint and prettier built with esbuild.

Using this template

git clone this repo, then delete the .git directory and initalize it again, and change name and author in package.json.

License

The template itself is GPL-3.0-only, and it is a default recommended license for all projects created with this template, but projects are free to choose any other license.