Skip to content

rune/indexer-github-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexer-github-action

Github action to automatically dump an index.json in every folder of a repository that lists all files inside it.

  • Also adds "tags" to every file in the index by extracting information in the filename.
  • Tags must be supplied in the filename using the following format: .key-value.
  • For example, if there's a file called landingImage.language-en.png, it will be parsed as follows:
{
  "name": "landingImage.language-en.png",
  "type": "file",
  "tags": { "language": "en" }
}

References

About

Github action to automatically dump an index.json in every folder of a repository that lists all files inside it

Resources

Stars

Watchers

Forks

Packages

No packages published