0.2.2 • Published 3 years ago

create-fastify-ts v0.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

create-fastify-ts

This tool helps you generate a Fastify application with TypeScript and includes TypeORM to connect to the database.

we also automatic these actions:

  • initialize a git
  • install the dependency packages.

Creating the project

npx create-fastify-ts@latest

and then you just only input your project name.

Project Structure

create-fastify-ts generate a project structure for you like this:

YOUR APP DIRECTORY
├── .env
├── README.md
├── jest.config.js
├── jest.environment.cjs
├── nodemon.json
├── package.json
├── src
│   ├── app.ts
│   ├── config
│   │   ├── app.js
│   │   └── swagger.js
│   ├── controllers
│   │   ├── ping.controller.ts
│   │   └── ping.schema.ts
│   ├── models
│   │   ├── index.ts
│   │   └── item.ts
│   ├── plugins
│   │   └── db.ts
│   ├── server.ts
│   └── services
│       └── ping.service.ts
├── test
│   └── app.test.ts
└── tsconfig.json

Contributing

If you feel you can help in any way, please open a pull request or open an issue.

Support me

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago