fastify-cli icon indicating copy to clipboard operation
fastify-cli copied to clipboard

Run a Fastify application with one command!

Results 94 fastify-cli issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue ###...

Add the `require('fastify-cli/helper')` utility to the TS template. Now it exports the old interface. The test was failing during the implementation: ``` templates/app-ts/test/routes/example.test.ts 2> TSError: ⨯ Unable to compile TypeScript:...

enhancement
help wanted
good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.16.0 to 0.22.0. Release notes Sourced from tsd's releases. v0.22.0 Breaking Require Node.js 14 8ab9869 Improvements Infer value for moduleResolution tsconfig field if not set (#149) c6c2ec4...

dependencies
javascript

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message...

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [ x tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

Fixes #194 This rebuild the CLI functionality from scratch using `@oclif/core`. Currently, I need some helps on the `Github Actions`. Which stale forever when I run the test. 1. ~~For...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

bug
help wanted