
Security News
The Next Open Source Security Race: Triage at Machine Speed
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.
@uscreen.de/create-fastify-app
Advanced tools
cli to quickly bootstrap a new fastify-app
This package provides the cli skript to create a new @uscreen.de/fastify-app from scratch. No need to install any other prerequisites than node and yarn. Features include:
Use yarn create to create a new fastify-app, like so:
$ yarn create @uscreen.de/fastify-app new-app
and follow instructions. It will create a directory called new-app inside the current folder.
Inside that directory, it will generate the initial project structure and install any dependencies:
new-app
├── Makefile
├── README.md
├── app
│ ├── app.js
│ ├── config.js
│ ├── plugins
│ │ └── noop.js
│ ├── schemas.js
│ ├── server.js
│ └── services
│ └── noop.js
├── package.json
├── pm2-dev.config.cjs
├── pm2.config.cjs
├── test
│ ├── helper.js
│ └── noop.test.js
└── yarn.lock
yarn create will update itself and checkout the latest version of the boilerplate packed with lot's of best-practice settings and prepared for local dev and pm2 deployment.
More Details can be found in @uscreen.de/fastify-app README
After creation has finished cd into the new apps directory and check it's README for options. In general you should be able to start your new app in dev mode, like so:
$ cd ./new-app
$ make start
$ make logs
...TBD
Licensed under MIT.
Published, Supported and Sponsored by u|screen
FAQs
cli to create a new @uscreen.de/fastify-app
We found that @uscreen.de/create-fastify-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Claude Opus 4.6 has uncovered more than 500 open source vulnerabilities, raising new considerations for disclosure, triage, and patching at scale.

Research
/Security News
Malicious dYdX client packages were published to npm and PyPI after a maintainer compromise, enabling wallet credential theft and remote code execution.

Security News
gem.coop is testing registry-level dependency cooldowns to limit exposure during the brief window when malicious gems are most likely to spread.