This tool is used to create a tar.gz file of a Homey app.
npx @homeycommunity/packager@latest <path-to-app> -o <output-file>-o, --output: The output file name (default:app-identifier-version.tar.gz)<path-to-app>: The path to the app (default: current working directory)
npx @homeycommunity/packager@latest ./my-app -o my-app.tar.gzThis will create a tar.gz file in the current working directory.
You can ignore files by adding them to the .hcsignore file.