2.0.0 • Published 3 years ago

folderforge v2.0.0

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

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago