1.1.1 • Published 10 months ago

create-go-ddd v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Create Go DDD Project

This npm package allows you to quickly create a Go project using the Domain-Driven Design (DDD) architecture. It automates the process of cloning a starter template, modifying the Go module path, and installing the project dependencies.

Installation

To create a new Go DDD project, run the following command using npx:

npx create-go-ddd

You will be prompted to enter the project name in the format "username/projectname". Provide the desired name and press Enter.

Navigate to the newly created project directory and execute the necessary Go commands to run your application.

1.1.1

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago