DSACMS / repo-scaffolder

Templates and commandline tools for creating repositories for US Federal open source projects
Creative Commons Zero v1.0 Universal
25 stars 10 forks source link

IDEA: GH Action to generate tree + incorporate in repo-scaffolder #60

Closed natalialuzuriaga closed 3 months ago

natalialuzuriaga commented 8 months ago

Is your feature request related to a problem? Please describe. Tier 3 & Tier 4 README.md includes a Repository Structure section. Currently, our users must do this manually, however this is an opportunity to automate this upon README.md file creation by creating a GitHub action that uses the tree command.

Describe the intended behavior Upon the creation of the README.md file, the repository structure is automatically generated using the tree command.

Describe the solution you'd like Create a GitHub action that uses the tree command to generate the repository structure section of the README.md.

natalialuzuriaga commented 3 months ago

07/19:

decause-gov commented 3 months ago

7/22:

Firebird1029 commented 3 months ago

PR ready for review here: https://github.com/DSACMS/repo-scaffolder/pull/123

decause-gov commented 3 months ago

07/26: