fastify / fastify-cli

Run a Fastify application with one command!
MIT License
657 stars 163 forks source link

c8 dependency is not added with fastify generate project_name --lang=ts #702

Closed jebarpg closed 7 months ago

jebarpg commented 8 months ago

Prerequisites

Fastify version

4

Plugin version

No response

Node.js version

21.6.1

Operating system

Linux

Operating system version (i.e. 20.04, 11.3, 10)

Clear Linux OS installed version 40410

Description

Had to manually install the c8 isn't in the devdependencies list when generating a typescript boilerplate project

Steps to Reproduce

fastify generate test --lang=ts

Expected Behavior

expected to have c8 in the devDependencies

mcollina commented 8 months ago

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests.