All Projects → fastify → create-fastify

fastify / create-fastify

Licence: MIT license
Rapidly generate a Fastify project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to create-fastify

nest-rest-typeorm-boilerplate
🍱 backend with nest (typescript), typeorm, and authentication
Stars: ✭ 142 (+153.57%)
Mutual labels:  fastify
fastify-env
Fastify plugin to check environment variables
Stars: ✭ 129 (+130.36%)
Mutual labels:  fastify
fastify-caching
A Fastify plugin to facilitate working with cache headers
Stars: ✭ 123 (+119.64%)
Mutual labels:  fastify
svelte-ssr-example
Svelte SSR example
Stars: ✭ 43 (-23.21%)
Mutual labels:  fastify
fastify-awilix
Dependency injection support for fastify
Stars: ✭ 52 (-7.14%)
Mutual labels:  fastify
fastify-hasura
A Fastify plugin to have fun with Hasura.
Stars: ✭ 30 (-46.43%)
Mutual labels:  fastify
fastify-cron
Run cron jobs alongside your Fastify server 👷
Stars: ✭ 32 (-42.86%)
Mutual labels:  fastify
fastify-nodemailer
Fastify nodemailer plugin
Stars: ✭ 23 (-58.93%)
Mutual labels:  fastify
mrapi
A framework for rapid development of API or DAL applications.
Stars: ✭ 20 (-64.29%)
Mutual labels:  fastify
fastify-register-routes
Plugin to automatically load routes from a specified path and optionally limit loaded file names by a regular expression.
Stars: ✭ 15 (-73.21%)
Mutual labels:  fastify
fastify-postgres
Fastify PostgreSQL connection plugin
Stars: ✭ 144 (+157.14%)
Mutual labels:  fastify
fastify-loader
The route loader for the cool kids!
Stars: ✭ 17 (-69.64%)
Mutual labels:  fastify
fastify-axios
Add axios http client to your fastify instance
Stars: ✭ 28 (-50%)
Mutual labels:  fastify
fastify-metrics
📊 Fastify plugin that integrates metrics collection and dispatch to statsd
Stars: ✭ 62 (+10.71%)
Mutual labels:  fastify
zoia2 old
Zoia CMS
Stars: ✭ 24 (-57.14%)
Mutual labels:  fastify
fastify-accepts
Add accepts parser to fastify
Stars: ✭ 51 (-8.93%)
Mutual labels:  fastify
fastify-graphql-nexus-prisma
GraphQL Server with Fastify, Mercurius, Prisma, and Nexus
Stars: ✭ 125 (+123.21%)
Mutual labels:  fastify
nestjs-throttler-storage-redis
Redis storage provider for the nestjs-throttler package.
Stars: ✭ 56 (+0%)
Mutual labels:  fastify
fastify-csrf
A fastify csrf plugin.
Stars: ✭ 88 (+57.14%)
Mutual labels:  fastify
fastify-vite
This plugin lets you load a Vite client application and set it up for Server-Side Rendering (SSR) with Fastify.
Stars: ✭ 497 (+787.5%)
Mutual labels:  fastify

create-fastify

CI js-standard-style

Rapidly generate a Fastify project

Usage

There is no need to install this package directly.

npm init fastify

The npm init command will find this package automatically and run it.

Integrate

To integrate Fastify into an existing project:

npm init fastify --integrate

Note that this will overwrite files, so exercise caution.

Files and folders that will be overwritten by integrate mode:

  • .gitignore
  • app.js
  • plugins
  • routes
  • test

The package.json file will not be overwritten but will be modified.

Contributing

If you feel you can help in any way, be it with examples, extra testing, or new features please open a pull request or open an issue.

The code follows the Standard code style. js-standard-style

License

MIT

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and non infringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].