2.0.0 • Published 12 months ago

folderforge v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago