Intended to allow copying of files into both the resource and behaviour packs
regolith install pack_commons
Or
regolith install github.com/Hatchibombotar/useful-regolith-filters/pack_commons==latest
You can get the files to be copied in two ways:
On installation a file will be created in data/pack_commons/commons.json
. Add the paths (relative to the project root) to the common_files section.
{
"common_files": [
"readme.md",
"licence.txt"
]
}
You can also add files to data/pack_commons
to have them copy.
data/pack_commons/pack_icon.png