Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
View the folder directory tree structure, similar to the output of the tree command
License
NotificationsYou must be signed in to change notification settings
jaywcjlove/github-action-folder-tree
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
View the folder directory tree structure, similar to the output of thetree
command
-name:Print Folder Treeuses:jaywcjlove/github-action-folder-tree@mainwith:exclude:"node_modules|dist|.git|.husky"path:./srcdepth:2
Output Project Structure
├── .lintstagedrc├── LICENSE├── README.md├── action.yml├─> build├── package-lock.json├── package.json├── renovate.json├─> src│ └── index.ts└── tsconfig.json
-name:Print Folder Treeuses:jaywcjlove/github-action-folder-tree@mainid:treewith:exclude:"node_modules|dist|.git|.husky"path:./srcdepth:2-name:Modify README.mduses:jaywcjlove/github-action-modify-file-content@mainwith:path:README.mdbody:${{ steps.tree.outputs.content }}
Configure dree using JSON
-name:Print Folder Treeuses:jaywcjlove/github-action-folder-tree@mainwith:config:'./docs/dree-config.json'
path
Folder path. (default./
)depth
Scan the maximum depth reachable for the given path (default5
)exclude
Pass a regex string to exclude directories from printingconfig
The path to the dree configuration file
content
Directory tree structure text
- Github Release Changelog Generator A GitHub Action that compares the commit differences between two branches
- Create Tags From Auto create tags from commit or package.json.
- Github Action Contributors Github action generates dynamic image URL for contributor list to display it!
- Generated Badges Create a badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)
- Create Coverage Badges Create coverage badges from coverage reports. (no 3rd parties servers)
- Github Action package Read and modify the contents of
package.json
. - Github Action EJS A github action to render a ejs template using github context.
- Modify File Content Replace text content and submit content.
Licensed under the MIT License.
About
View the folder directory tree structure, similar to the output of the tree command
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.