create-go-ddd

1.1.1 • Public • Published

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.

Package Sidebar

Install

npm i create-go-ddd

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

11.3 kB

Total Files

13

Last publish

Collaborators

  • alvingxv