Skip to content

Commit

Permalink
feat: add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
mukezhz authored Nov 26, 2023
1 parent f07bb27 commit 6acf3b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Fullform: `Gen`erate `G`olang Project

## Introduction
- Similar to Nest CLI `geng` is command-line interface tool that helps you to initialize, develop, and maintain your Nest applications
- By default it will generate the clean code architecture of [wesionaryTEAM](https://github.com/wesionaryTEAM/go_clean_architecture)

## Installation
- Pre-requisite: You need to install the golang in your system: [golang installation](https://go.dev/doc/install)
Expand All @@ -27,5 +28,12 @@ geng new <project-name> -m <project-module-name> [-d <directory>]
```zsh
geng gen module <module-name>
```
### TODO LIST:
- [x] generate a new project
- [x] get project module, project name and directory as command line argument
- [x] generate a module
- [ ] modify the parent features `module.go` when new module is added
- [ ] implement CI for assets build
- [ ] allow different template options when building project

**Thank You!!!**

0 comments on commit 6acf3b0

Please sign in to comment.