2.0.0 • Published 2 years ago

folderforge v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Welcome to our project!

Overview

This project pretends to be an npm package to create a folder structure for a node typescript server using expressJS implementing clean architecture

How to use it

run npx folderforge start-project to create the base structure of the project then you'll be able to add modules using npx folderforge add-module -n <module-name>

Example

  1. npx folderforge start-project
  2. npx folderforge add-module -n users
  3. npx folderforge add-module -n products
  4. npx folderforge add-module -n orders

Folder Structure

This will be the result

TODOs

  • Implement CustomError types
  • Implement presentation layer

Colaborators

Happy Coding!

2.0.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago