Simple utility used to create the import filelist required when developing integrating custom components in an Instant Developer Foundation project.
npm i -g inde-filelist-generator
inde-filelist generate
inde-filelist generate --path "D:\AndreaCuppini_tech\Inde\projects\My Project\custom"
in addition, you can specify --asjson true to export in a Json File the list of all filename (without extension founded in a base path)
inde-filelist generate --path "D:\AndreaCuppini_tech\Inde\projects\My Project\custom" --asjson true