cbrgm / structuresmith

Validate, Diff, Render - A powerful tool designed to automate the generation of project files using customizable templates.
https://cbrgm.net
Apache License 2.0
30 stars 2 forks source link

Setting Started Features #34

Open ChristianKniep opened 7 months ago

ChristianKniep commented 7 months ago

Love the project! I'm trying to get a golang-cli template up and running. Couple of things I feel are missing atm:

cbrgm commented 7 months ago

Hey @ChristianKniep ! Nice to meet you!

projects:
  completeDirectory:
    - destination: "config/"
      source: "templates/config_directory/"
++    permissions: 0644
      values:
        appName: "MyApp"

repositories:
  - name: "directory-project"
    groups:
      - groupName: "completeDirectory"

Let's see if I can find some spare time to make some of your ideas happen. Thanks!

github-actions[bot] commented 4 months ago

This issue is idle because it has been open for 14 days with no activity.