Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAC-88 | Read geng.json file to generate the project #10

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mukezhz
Copy link
Member

@mukezhz mukezhz commented Jul 7, 2024

{
  "projectName": "haha",
  "projectModuleName": "github.com/mukezhz/haha",
  "author": "Mukesh Kumar Chaudhary <mukezhz@duck.com>",
  "projectDescription": "A simple project",
  "goVersion": "1.21"
  // "directory": ".",
  // "infrastructureName": [],
  // "serviceName": []
}

I have used the jsonc which will be the config file of geng to generate the project.

Flow:

  • Create a new folder
  • Create a file: geng.json and fill the content
  • geng new :- will read the json file and generate the project according to it

@mukezhz mukezhz added the enhancement New feature or request label Jul 7, 2024
@mukezhz mukezhz self-assigned this Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant