π§ Projeto em construção π§
a package that will streamline the folder creation process and also install the correct dependencies for your backend application
$ npm i repo-express-example-node
$ npx reed g
I was tired of always having to create folders and files for my projects several times, so I decided to speed up the creation!!
- installed libraries
- folder structure
- generate automatic templates in the application
π-src
π-modules
| π-example
| π-dtos
| | IExampleDTO.ts
| π-infra
| | π-orm
| | π-entities
| | | Example.ts
| | π-repositories
| | ExampleRepository.ts
| π-repositories
| | | IExampleRepository.ts
| | π-in-memory
| | ExampleRepositoryInMemory.ts
| π-useCases
| π-exampleCreate
| ExampleCreateController.ts
| ExampleCreateUseCase.spec.ts
| ExampleCreateUseCase.ts
π-shared
| π-infra
| π-http
| | server.ts
| π-middlewares
| π-routes
| example.routes.ts
| index.ts
π-utils
β‘οΈ Technologies : https://www.npmjs.com/package/repo-express-example-node#Sobre